/* ----- order.c ------ */ #include "twindow.h" void ordent(void); void main() { load_help("tcprogs.hlp"); ordent(); }