home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / library / dos / tc-book / menu.c < prev    next >
Encoding:
C/C++ Source or Header  |  1987-08-20  |  169 b   |  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.