OldFitOpen
| Syntax | ||
struct OldFitFp *OldFitOpen(char *fitfile,char *inxfile); | ||
| Header | ||
| superdarn/oldfitread.h | ||
| Library | ||
| oldfit | ||
| Description | ||
The The name of the file to open is given by the zero terminated string pointed to by the argument fitfile. If the argument inxfile is not a | ||
| 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 | ||
|