home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / b / bmh02src.zip / HELP.H < prev    next >
C/C++ Source or Header  |  1992-08-16  |  200b  |  13 lines

  1. /*
  2.    help.c : Copyright Paul Healy, EI9GL, 1992.
  3.  
  4.    920708 : Created.
  5. */
  6. #ifndef _help_h_
  7. #define _help_h_
  8.  
  9. void dohelp(int argc, char *argv[], char *usage);
  10. void version(void);
  11.  
  12. #endif
  13.