home *** CD-ROM | disk | FTP | other *** search
- /* Interative help for C programs
- By Ben Summers
- You may use this in any program you write
- */
-
- #define help_MAX_HELP_TEXT 200
-
- void help_init(BOOL load);
- void help_send(const char *win_name);
- void help_send_text(const char *text);
- BOOL help_dbox_help(dbox d, void *event, void *handle);
-