FOPW
if ((G.outfile = fopen(tfilnam, FOPW)) == (FILE *)NULL) {
G.outfile = fopen(G.filename, FOPW);
if ((G.outfile = fopen(G.filename, FOPW)) == (FILE *)NULL) {
# ifndef FOPW
# ifndef FOPW