home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / vol_300 / 334_01 / help.h < prev    next >
Text File  |  1991-02-05  |  252b  |  7 lines

  1. /* Exit status returned by help() */
  2. #define    H_FOUND        0    /* found the keyword */
  3. #define    H_NOTFOUND    1    /* didn't find the keyword */
  4. #define    H_ERROR        (-1)    /* didn't find the help file */
  5.  
  6. extern void FreeHelp();        /* use this if you need memory */
  7.