home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / TEXT / UTILITY / SSPELL11.ZIP / CACHE.H < prev    next >
Encoding:
Text File  |  1992-01-26  |  174 b   |  7 lines

  1. /* int searchcache(char *match, char *actual) */
  2. int searchcache();
  3. /* int addtocache(char *item) */
  4. int addtocache();
  5. /* void initcache(int size) */
  6. void initcache();
  7.