home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / amiga / programm / programi / gcc_9112.lzh / gnulib / truncdfsf2.c < prev    next >
Encoding:
C/C++ Source or Header  |  1991-10-09  |  128 b   |  10 lines

  1. #include "common.h"
  2. #include <inline/mathieeedoubtrans.h>
  3.  
  4. SFVALUE
  5. __truncdfsf2 (a)
  6.      double a;
  7. {
  8.   return IEEEDPTieee(a);
  9. }
  10.