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