EPICS Base  7.0.6.1
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
osdStrtod.h
1 /*************************************************************************\
2 * Copyright (c) 2002 The University of Saskatchewan
3 * SPDX-License-Identifier: EPICS
4 * EPICS Base is distributed subject to a Software License Agreement found
5 * in file LICENSE that is included with this distribution.
6 \*************************************************************************/
7 
8 /*
9  * This header fragment is intended to be included as part of epicsString.h
10  */
11 
12 /*
13  * epicsStrtod() for systems with working strtod() routine
14  */
15 #define epicsStrtod strtod