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