128 if(infile!=
NULL && infile[0] && strcmp(infile,
"-"))
130 if((*in = fopen(infile,
"r"))==
NULL)
132 fprintf(stderr,
"Unable to open input file: %s\n",infile);
137 if(outfile!=
NULL && outfile[0] && strcmp(outfile,
"-"))
139 if((*out = fopen(outfile,
"w"))==
NULL)
141 fprintf(stderr,
"Unable to open output file: %s\n",outfile);
BOOL blOpenStdFiles(char *infile, char *outfile, FILE **in, FILE **out)
System-type variable type definitions.