home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Datafile PD-CD 3
/
PDCD_3.iso
/
pocketbk
/
utilsr
/
s3c111
/
HELLO.C
< prev
next >
Wrap
C/C++ Source or Header
|
1994-12-02
|
255b
|
18 lines
/* Take a look at win.c for full details about
using #link and #run etc..
*/
#link "-om:\img\hello.img hello.o stdio.o"
#run "m:\img\hello.img"
#include <stdio.h>
main()
{
printf("Hello world\n\r");
fgetc(stdin);
exit(0);
}