home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The C Users' Group Library 1994 August
/
wc-cdrom-cusersgrouplibrary-1994-08.iso
/
listings
/
v_10_06
/
1006084c
< prev
next >
Wrap
Text File
|
1992-04-21
|
64b
|
8 lines
#include <stdio.h>
int hello(char *s)
{
printf("\n%s\n",s);
}