home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power-Programmierung
/
CD2.mdf
/
c
/
library
/
dos
/
tc-book
/
note.c
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
C/C++ Source or Header
|
1987-08-20
|
168 b
|
15 lines
/* ----- note.c ------ */
#include "twindow.h"
void notepad(void);
char notefile [] = "note.pad";
main()
{
load_help("tcprogs.hlp");
notepad();
}