ooops missed yet another file...

This commit is contained in:
Adrian Likins 1997-12-09 06:08:31 +00:00
parent 7461625cee
commit df5504e97f
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
#ifndef __SCANNER_H__
#define __SCANNER_H__
void scanFromString (char *string);
void endScanningFromString (void);
#endif