picrin/contrib/10.roundtrip/emyg_atod.h

13 lines
143 B
C
Raw Normal View History

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