home *** CD-ROM | disk | FTP | other *** search
/ ftp.sunet.sepub/pictures / 2014.11.ftp.sunet.se-pictures.tar / ftp.sunet.se / pub / pictures / ACiD-artpacks / programs / unix / editors / gimp-plugins-unstable-0_99_23_tar.gz / gimp-plugins-unstable-0_99_23_tar / gimp-plugins-unstable-0.99.23 / mathmap / scanner.h < prev    next >
C/C++ Source or Header  |  1998-02-19  |  124b  |  8 lines

  1. #ifndef __SCANNER_H__
  2. #define __SCANNER_H__
  3.  
  4. void scanFromString (char *string);
  5. void endScanningFromString (void);
  6.  
  7. #endif
  8.