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