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 >
C/C++ Source or Header  |  1991-08-16  |  95b  |  10 lines

  1. /* simple example for Lattice C*/
  2.  
  3. extern void hit();
  4.  
  5. void main()
  6. {
  7. hit();
  8. }
  9. /* that's all */
  10.