home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Education Master 1994 (4th Edition)
/
EDUCATIONS_MASTER_4TH_EDITION.bin
/
files
/
progmisc
/
ovl312
/
ovl312.arc
/
PIGLET.C
< prev
next >
Wrap
Text File
|
1989-02-02
|
139b
|
13 lines
piglet_noise()
{
printf(" goes squeal");
}
piglet(int i)
{
printf("\npiglet");
if(i==9)
piglet_noise();
return(i+1);
}