New test.
[mono.git] / mono / utils / strtod.h
1 #ifndef MONO_STRTOD_H
2 #define MONO_STRTOD_H 1
3
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);
6
7 #endif