home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / C / OTL-MC6.DMS / in.adf / incl.lha / INCLUDE / pragma / potgo_lib.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-10-22  |  433 b   |  23 lines

  1. // pragmas for potgo.library
  2. // (c) Maxon Computer 1994
  3. #ifndef _INCLUDE_PRAGMA_POTGO_LIB_H
  4. #define _INCLUDE_PRAGMA_POTGO_LIB_H
  5.  
  6. #ifdef __cplusplus
  7. #define CPLUSPLUSON
  8. #pragma -
  9. #endif
  10.  
  11. #include <clib/potgo_protos.h>
  12.  
  13. #pragma amicall(PotgoBase, 0x6, AllocPotBits(d0))
  14. #pragma amicall(PotgoBase, 0xc, FreePotBits(d0))
  15. #pragma amicall(PotgoBase, 0x12, WritePotgo(d0,d1))
  16.  
  17. #ifdef CPLUSPLUSON
  18. #undef CPLUSPLUSON
  19. #pragma +
  20. #endif
  21.  
  22. #endif
  23.