home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 242.lha / GenericLIBrarian / source / amiga-mach.h < prev    next >
Encoding:
C/C++ Source or Header  |  1989-04-07  |  186 b   |  14 lines

  1. /*
  2.  * GLIB - a Generic LIBrarian and editor for synths
  3.  *
  4.  * Machine dependent stuff.
  5.  *
  6.  * Amiga version
  7.  */
  8.  
  9. #include <string.h>
  10.  
  11. #define INT16 int
  12.  
  13. #define STATMIDI        statmidi()
  14.