OpenStdFiles.c



BOOL OpenStdFiles(char *infile, char *outfile, FILE **in, FILE **out)

Inputs

char *infile Input filename
char *outfile Output filename

Outputs

FILE **in Input file pointer
FILE **out Output file pointer

Returns

BOOL Success?

Description

Open the files if specified. In and out are not modified if files are not specified.

Created: 29.06.94 Last Modified: 05.02.96