home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Simtel MSDOS 1992 June
/
SIMTEL_0692.cdr
/
msdos
/
turbo_c
/
turbbook.arc
/
MENU.C
< prev
next >
Wrap
Text File
|
1987-08-20
|
169b
|
14 lines
/* ---------- menu.c ---------- */
#include "twindow.h"
void exec(void);
char notefile [] = "note.pad";
main()
{
load_help("tcprogs.hlp");
exec();
}