home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / dev / c / dice / include / lib / muldiv.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-02-01  |  135 b   |  5 lines

  1.  
  2. extern __stkargs long MulDiv(long, long, long);
  3. extern __stkargs unsigned long MulDivU(unsigned long, unsigned long, unsigned long);
  4.  
  5.