home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C/C++ Interactive Reference Guide
/
C-C++ Interactive Reference Guide.iso
/
c_ref
/
csource5
/
334_01
/
help.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
C/C++ Source or Header
|
1991-02-06
|
252 b
|
7 lines
/* 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 */