freebsd-dev/contrib/gcc/config/i386/xm-isc.h
1999-08-26 09:30:50 +00:00

5 lines
114 B
C

#ifndef REAL_ARITHMETIC
#define REAL_VALUE_ATOF(x, mode) strtod ((x), (char **)0)
extern double strtod ();
#endif