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

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