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