13 lines
143 B
C
13 lines
143 B
C
|
/* emyg_atod.h */
|
||
|
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
extern "C" {
|
||
|
#endif
|
||
|
|
||
|
double emyg_strtod (const char *nptr, char **endptr);
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
}
|
||
|
#endif
|