home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Frostbyte's 1980s DOS Shareware Collection
/
floppyshareware.zip
/
floppyshareware
/
GLEN
/
LOVR114.ZIP
/
SHEEP.C
< prev
Wrap
Text File
|
1988-02-18
|
119b
|
12 lines
sheep_noise()
{
printf(" goes baaaa");
}
sheep(int i)
{
printf("\nsheep");
if(i==9)
sheep_noise();
}