home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Education Master 1994 (4th Edition)
/
EDUCATIONS_MASTER_4TH_EDITION.bin
/
files
/
progmisc
/
ovl312
/
ovl312.arc
/
SHEEP.C
< prev
next >
Wrap
Text File
|
1988-02-18
|
119b
|
12 lines
sheep_noise()
{
printf(" goes baaaa");
}
sheep(int i)
{
printf("\nsheep");
if(i==9)
sheep_noise();
}