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