home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / C / SASC6571.LZX / examples / reslib / mylib_pragmas.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-12-24  |  110 b   |  6 lines

  1. int test1(void);
  2. int test2(int);
  3.  
  4. #pragma libcall MyLibBase test1 1E 0
  5. #pragma libcall MyLibBase test2 24 101
  6.