Gimp/plug-ins/mathmap/scanner.h
1997-12-09 06:08:31 +00:00

7 lines
124 B
C

#ifndef __SCANNER_H__
#define __SCANNER_H__
void scanFromString (char *string);
void endScanningFromString (void);
#endif