home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Club Amiga de Montreal - CAM
/
CAM_CD_1.iso
/
files
/
109.lha
/
PD_C
/
examples
/
Main.c
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1986-11-20
|
136 b
|
8 lines
char TWspec[] = "CON:30/30/200/150/MyProgram";
main ()
{
Write (Output (), "Taking a 10 second snooze...\n", 29);
Delay (50 * 10);
}