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