home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 369a.lha / Linksound / PlayBeep.c < prev    next >
C/C++ Source or Header  |  1990-04-01  |  97b  |  10 lines

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