home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / GCC / GERLIB_DEV08B.LHA / gerlib / gnulib / normal / adddf3.c next >
Encoding:
C/C++ Source or Header  |  1993-12-12  |  129 b   |  10 lines

  1. #include "common.h"
  2. #include <inline/mathieeedoubbas.h>
  3.  
  4. double
  5. __adddf3 (a, b)
  6.      double a, b;
  7. {
  8.   return IEEEDPAdd (a, b);
  9. }
  10.