home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / g77-0.5.15-src.tgz / tar.out / fsf / g77 / config / i386 / xm-isc.h < prev    next >
C/C++ Source or Header  |  1996-09-28  |  142b  |  7 lines

  1. #include "i386/xm-sysv3.h"
  2.  
  3. #ifndef REAL_ARITHMETIC
  4. #define REAL_VALUE_ATOF(x, mode) strtod ((x), (char **)0)
  5. extern double strtod ();
  6. #endif
  7.