home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS 1992 September / Simtel20_Sept92.cdr / msdos / turbo_c / turbbook.arc / MENU.C < prev    next >
Text File  |  1987-08-20  |  169b  |  14 lines

  1. /* ---------- menu.c ---------- */
  2.  
  3. #include "twindow.h"
  4. void exec(void);
  5.  
  6. char notefile [] = "note.pad";
  7.  
  8. main()
  9. {
  10.     load_help("tcprogs.hlp");
  11.     exec();
  12. }
  13.  
  14.