picrin/contrib/10.roundtrip/emyg_atod.h

15 lines
181 B
C
Raw Normal View History

/* emyg_atod.h */
#ifdef __cplusplus
extern "C" {
#endif
double emyg_strtod (const char *nptr, char **endptr);
2016-01-09 00:15:49 -05:00
double emyg_atod (const char *nptr);
#ifdef __cplusplus
}
#endif