home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fred Fish Collection 1.5
/
ffcollection-1-5-1992-11.iso
/
ff_progs
/
sound
/
linksond.lzh
/
LINKSOUND
/
PLAYHIT.C
< prev
next >
Wrap
C/C++ Source or Header
|
1991-08-16
|
95b
|
10 lines
/* simple example for Lattice C*/
extern void hit();
void main()
{
hit();
}
/* that's all */