home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD1.iso / GFX / viewer / flick-1.4.lha / src / math64.h < prev    next >
Encoding:
Text File  |  1994-11-19  |  334 b   |  10 lines

  1. void __asm add64 (register __a0 struct EClockVal *dst,
  2.                   register __a1 struct EClockVal *src);
  3.  
  4. void __asm sub64 (register __a0 struct EClockVal *dst,
  5.                   register __a1 struct EClockVal *src);
  6.  
  7. int __asm cmp64 (register __a0 struct EClockVal *dst,
  8.                  register __a1 struct EClockVal *src);
  9.  
  10.