2016-01-08 23:34:51 -05:00
|
|
|
/* 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);
|
|
|
|
|
2016-01-08 23:34:51 -05:00
|
|
|
#ifdef __cplusplus
|
|
|
|
}
|
|
|
|
#endif
|