Solaris strtod() doesn't accept "Inf" or "Infinity".

This commit is contained in:
Andrew Johnson
2006-10-26 21:19:32 +00:00
parent 5a561ca613
commit 20d6352d66
+15
View File
@@ -0,0 +1,15 @@
/*************************************************************************\
* Copyright (c) 2002 The University of Saskatchewan
* EPICS BASE Versions 3.13.7
* and higher are distributed subject to a Software License Agreement found
* in file LICENSE that is included with this distribution.
\*************************************************************************/
/*
* This header fragment is intended to be included as part of epicsString.h
*/
/*
* epicsStrtod() for systems with broken strtod() routine
*/
epicsShareFunc double epicsStrtod(const char *str, char **endp);