/* scan.h - last revised 2/13/97 */ #define FILENAMELENGTH 40 #define TOKENSTRINGLENGTH 40 FILE *openfile(int argc, char *argv[], char name[]); enum tokentype gettoken(FILE *ifp, int *tabindex); extern int linenum;
[Back to the Notes Index]