home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 13 / CDA13.ISO / cdactual / demobin / share / program / C / ALSTSR.ZIP / POETRY.C < prev    next >
Encoding:
C/C++ Source or Header  |  1987-08-20  |  131 b   |  13 lines

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