home *** CD-ROM | disk | FTP | other *** search
/ Sound Sensations! / sound_sensations.iso / miscprog / soundkit / sample.c < prev    next >
Text File  |  1990-08-15  |  165b  |  11 lines

  1. /*  Short sample program which demonstrates calling a Soundkit
  2.     function.  Compile and link to SOUNDKIT.LIB  */
  3.  
  4. void main(void)
  5. {
  6.  
  7.     winner1();
  8.  
  9. }
  10.  
  11.