#include <ctype.h>#include <stdio.h>#include <string.h>#include <limits.h>#include <errno.h>#include "setup.h"#include "constant.h"#include "envrnmnt.h"#include "router.h"#include "symbol.h"#include "utility.h"#include "memalloc.h"#include "sysdep.h"#include "scanner.h"#include <stdlib.h>

Go to the source code of this file.
Defines | |
| #define | _SCANNER_SOURCE_ |
| #define | _STDIO_INCLUDED_ |
Functions | |
| globle void | InitializeScannerData (void *theEnv) |
| globle void | GetToken (void *theEnv, char *logicalName, struct token *theToken) |
| globle void | CopyToken (struct token *destination, struct token *source) |
| globle void | ResetLineCount (void *theEnv) |
| globle long | GetLineCount (void *theEnv) |
| globle void | IncrementLineCount (void *theEnv) |
| globle void | DecrementLineCount (void *theEnv) |
| globle void GetToken | ( | void * | theEnv, | |
| char * | logicalName, | |||
| struct token * | theToken | |||
| ) |
1.5.6