X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Futils%2Fstrtod.h;h=512e9f293fc0405ce53996d3068a3d7e2195abea;hb=053d1dfd787b5e0151d3d370889a1c06bab72670;hp=54f40f7d972b2891e78adb0a2941f5c33cede7ed;hpb=64f85a65b023522d3f34e9932e6a843e0ad8fc3b;p=mono.git diff --git a/mono/utils/strtod.h b/mono/utils/strtod.h index 54f40f7d972..512e9f293fc 100644 --- a/mono/utils/strtod.h +++ b/mono/utils/strtod.h @@ -1,7 +1,8 @@ #ifndef MONO_STRTOD_H #define MONO_STRTOD_H 1 -double bsd_strtod (const char *s00, char **se); -char *__bsd_dtoa (double d, int mode, int ndigits, int *decpt, int *sign, char **rve, char **resultp); +#include "mono-compiler.h" + +double mono_strtod (const char *s00, char **se) MONO_INTERNAL; #endif