home *** CD-ROM | disk | FTP | other *** search
- /********************************************************************/
- /* pure_lib.h - library of support routines for programs processing */
- /* Pure-C help source files. */
- /* */
- /* Copyright (c) 1993 by Hildo Biersma - Evil Eye Software */
- /* e-mail: boender@dutiws.twi.tudelft.nl */
- /* Evil Eye Software - ``Software with a Purpose'' */
- /* */
- /* Freeware - do with this what you like, but leave my name. */
- /********************************************************************/
-
- /* Support library prototypes */
- int open_source(const char *filename);
- char **get_next_header(void);
- long get_position(void);
- char **get_body(void);
- void close_source(void);
-