OldRawOpen
Syntax | ||
struct OldRawFp *OldRawOpen(char *rawfile,char *inxfile); | ||
Header | ||
superdarn/oldrawread.h | ||
Library | ||
oldraw | ||
Description | ||
The The name of the file to open is given by the zero terminated string pointed to by the argument rawfile. The argument inxfile is ignored and is included for compatibility. | ||
Returns | ||
Returns a pointer to the file control structure.On error, a NULL pointer is returned. | ||
Errors | ||
On error, a NULL pointer is returned. | ||
Example | ||
|