home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Shareware BBS: 10 Tools
/
10-Tools.zip
/
gofer230.zip
/
Progs
/
Gofer
/
Demos
/
CallingC
/
cix1.c
next >
Wrap
C/C++ Source or Header
|
1994-06-23
|
113b
|
9 lines
#include <stdio.h>
#include "gofc.h"
Void sayHello(i)
Int i; {
while (i-- > 0)
printf("hello, world\n");
}