home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast2.iso / waffle / allfil62.zip / WAFCFG.H < prev   
C/C++ Source or Header  |  1992-12-26  |  369b  |  15 lines

  1. /*
  2. **    Dirs proto/data types header file (for use with MicroS*t C7.00)
  3. **
  4. **    Otto Makela, Jyvaskyla, Finland, 1992
  5. **    Distributed under the GNU General Public Licence:
  6. **    see file COPYING for details
  7. */
  8.  
  9. int parse_line(char *);
  10. int token_set(char *);
  11. char *token_value(char *,char *);
  12.  
  13.     /* Max number of tokens per parsed file line */
  14. #define    MAXTOKENS    25
  15.