home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 488.lha / reslib / test.c < prev    next >
Text File  |  1991-03-08  |  86b  |  10 lines

  1. __asm LIBtest1()
  2. {
  3.     return(1);
  4. }
  5.  
  6. __asm LIBtest2(register __d1 int a)
  7. {
  8.     return(a);
  9. }
  10.