home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / progm / tc-book.zip / SAYINGS.C < prev    next >
Text File  |  1987-08-20  |  134b  |  12 lines

  1. /* ------ sayings.c ------ */
  2.  
  3. #include "twindow.h"
  4. void maxims(void);
  5.  
  6. main()
  7. {
  8.     load_help("tcprogs.hlp");
  9.     maxims();
  10. }
  11.  
  12.