home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / arexx / easyrexx.lha / EasyREXX / Include / pragmas / EasyRexx_pragmas.h
Encoding:
C/C++ Source or Header  |  1995-02-10  |  730 b   |  25 lines

  1. #ifndef PRAGMAS_EASYREXX_PRAGMAS_H
  2. #define PRAGMAS_EASYREXX_PRAGMAS_H
  3.  
  4. #ifndef CLIB_EASYREXX_PROTOS_H
  5. #include <clib/easyrexx_protos.h>
  6. #endif
  7.  
  8. #ifdef PRAGMAS_DECLARING_LIBBASE
  9. extern struct Library *EasyRexxBase;
  10. #endif
  11.  
  12. #pragma libcall EasyRexxBase FreeARexxContext 4e 801
  13. #pragma libcall EasyRexxBase AllocARexxContextA 54 801
  14. #pragma libcall EasyRexxBase GetARexxMsg 5a 801
  15. #pragma libcall EasyRexxBase SendArexxCommandA 60 8902
  16. #pragma libcall EasyRexxBase ReplyARexxMsgA 66 8902
  17.  
  18. #ifdef __SASC_60
  19. #pragma tagcall EasyRexxBase AllocARexxContext 54 801
  20. #pragma tagcall EasyRexxBase SendArexxCommand 60 8902
  21. #pragma tagcall EasyRexxBase ReplyARexxMsg 66 8902
  22. #endif    /*  __SASC_60  */
  23.  
  24. #endif    /*  PRAGMAS_EASYREXX_PRAGMAS_H  */
  25.