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