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