/* ---------- menu.c ---------- */ #include "twindow.h" void exec(void); char notefile [] = "note.pad"; void main() { load_help("tcprogs.hlp"); exec(); }