In Test/System.Data:
[mono-project.git] / mono / utils / strtod.h
blob54f40f7d972b2891e78adb0a2941f5c33cede7ed
1 #ifndef MONO_STRTOD_H
2 #define MONO_STRTOD_H 1
4 double bsd_strtod (const char *s00, char **se);
5 char *__bsd_dtoa (double d, int mode, int ndigits, int *decpt, int *sign, char **rve, char **resultp);
7 #endif