home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng)
/
ProfitPress-MegaCDROM2.B6I
/
PROG
/
ASSEMBLY
/
OVL301.ZIP
/
SHEEP.C
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1988-02-18
|
119 b
|
12 lines
sheep_noise()
{
printf(" goes baaaa");
}
sheep(int i)
{
printf("\nsheep");
if(i==9)
sheep_noise();
}