home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 13 / CDA13.ISO / cdactual / demobin / share / program / C / ALSTSR.ZIP / 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.