libCom: Mark epicsStrtod() as extern "C"

This commit is contained in:
Andrew Johnson
2012-06-25 10:39:47 -05:00
parent 44a70cca5a
commit 0dc67498ed
4 changed files with 32 additions and 0 deletions
+8
View File
@@ -9,7 +9,15 @@
* This header fragment is intended to be included as part of epicsString.h
*/
#ifdef __cplusplus
extern "C" {
#endif
/*
* epicsStrtod() for systems with broken strtod() routine
*/
epicsShareFunc double epicsStrtod(const char *str, char **endp);
#ifdef __cplusplus
}
#endif
+8
View File
@@ -9,7 +9,15 @@
* This header fragment is intended to be included as part of epicsString.h
*/
#ifdef __cplusplus
extern "C" {
#endif
/*
* epicsStrtod() for systems with broken strtod() routine
*/
epicsShareFunc double epicsStrtod(const char *str, char **endp);
#ifdef __cplusplus
}
#endif
+8
View File
@@ -9,7 +9,15 @@
* This header fragment is intended to be included as part of epicsString.h
*/
#ifdef __cplusplus
extern "C" {
#endif
/*
* epicsStrtod() for systems with broken strtod() routine
*/
epicsShareFunc double epicsStrtod(const char *str, char **endp);
#ifdef __cplusplus
}
#endif
+8
View File
@@ -9,7 +9,15 @@
* This header fragment is intended to be included as part of epicsString.h
*/
#ifdef __cplusplus
extern "C" {
#endif
/*
* epicsStrtod() for systems with broken strtod() routine
*/
epicsShareFunc double epicsStrtod(const char *str, char **endp);
#ifdef __cplusplus
}
#endif