home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS 1992 June / SIMTEL_0692.cdr / msdos / turbo_c / turbbook.arc / ORDER.C < prev    next >
Encoding:
C/C++ Source or Header  |  1987-08-21  |  133 b   |  13 lines

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