home *** CD-ROM | disk | FTP | other *** search
/ Aminet 18 / aminetcdnumber181997.iso / Aminet / dev / c / CLib37x.lha / c_lib / source / include / pragma / example_lib.h
Encoding:
C/C++ Source or Header  |  1997-01-08  |  477 b   |  19 lines

  1. #ifndef _INCLUDE_PRAGMA_EXAMPLE_LIB_H
  2. #define _INCLUDE_PRAGMA_EXAMPLE_LIB_H
  3.  
  4. #ifndef CLIB_EXAMPLE_PROTOS_H
  5. #include <clib/Example_protos.h>
  6. #endif
  7.  
  8. #if defined(AZTEC_C) || defined(__MAXON__) || defined(__STORM__)
  9. #pragma amicall(ExampleBase,0x01E,EXF_TestRequest(d1,d2,d3))
  10. #endif
  11. #if defined(_DCC) || defined(__SASC)
  12. #pragma libcall ExampleBase EXF_TestRequest      01E 32103
  13. #endif
  14. #ifdef __STORM__
  15. #endif
  16. #ifdef __SASC_60
  17. #endif
  18.  
  19. #endif    /*  _INCLUDE_PRAGMA_EXAMPLE_LIB_H  */