home *** CD-ROM | disk | FTP | other *** search
/ Turbo Toolbox / Turbo_Toolbox.iso / 1990 / 07 / tricks / genfpt.fpt < prev    next >
Text File  |  1990-03-07  |  357b  |  14 lines

  1. void main (int argc, char *argv[]);
  2. void SearchFunction (FILE *infile);
  3. int CheckFunction (void);
  4. void HandleParams (void);
  5. int GetPara (void); 
  6. int GetTyp (void);
  7. int ReadLine (void);
  8. int GetLine (void);
  9. void SkipBraces (void);
  10. void SkipComment (void);
  11. void SkipQuot (void);
  12. void CompressStr (char *pString);
  13. int CheckIntTyp (char *pString);
  14.