home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
QBasic & Borland Pascal & C
/
Delphi5.iso
/
C
/
Samples
/
CM100EXE.ARJ
/
CM100EXE.ZIP
/
SAMPLES
/
IF
/
GREETING.C
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1991-11-17
|
203 b
|
16 lines
/* greeting.c - Program to print "Hello World" */
#include "hello.h"
#include "world.h"
#include "greeting.h"
int main ( void )
{
print_hello ( ) ;
print_world ( ) ;
return ( 0 ) ;
}