home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power-Programmierung
/
CD1.mdf
/
assemblr
/
library
/
overlay
/
horse.c
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1988-02-18
|
119 b
|
12 lines
horse_noise()
{
printf(" goes neigh");
}
horse(int i)
{
printf("\nhorse");
if(i==9)
horse_noise();
}