X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Futils%2Fstrtod.h;h=512e9f293fc0405ce53996d3068a3d7e2195abea;hb=eae326c71c117db0c492fef7d18a221d6644f44e;hp=54f40f7d972b2891e78adb0a2941f5c33cede7ed;hpb=9d61782c6e2392d7ceec2006b35be582598a70ae;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