home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Share Gallery 1
/
share_gal_1.zip
/
share_gal_1
/
LA
/
LA005.ZIP
/
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);
}