RTEMS newlib version of strtod handles INF/NAN.

This commit is contained in:
W. Eric Norum
2008-10-15 19:40:00 +00:00
parent edc141f98a
commit a6ed0d3a53
+2 -6
View File
@@ -6,10 +6,6 @@
\*************************************************************************/
/*
* This header fragment is intended to be included as part of epicsString.h
* epicsStrtod() for systems with working strtod() routine
*/
/*
* epicsStrtod() for systems with broken strtod() routine
*/
epicsShareFunc double epicsStrtod(const char *str, char **endp);
#define epicsStrtod strtod