home *** CD-ROM | disk | FTP | other *** search
- /*
- h.spp - header file for
- spplib - © GCW August 1997
- A library for preprocessed input
- */
-
- extern void spp_init(char *fname); /* initialise - use only once and before
- the others */
- extern int spp_fgets(char *buf); /* read a line of preprocessed
- input into buf - returns 0 when no more */
- extern int spp_fclose(void); /* shut-down - only needed for error
- handling as spp_fgets will have closed all
- the files by the time it returns 0 */
-