Move more nursery fragment code from sgen-gc.c
[mono.git] / mono / utils / strtod.h
index 54f40f7d972b2891e78adb0a2941f5c33cede7ed..512e9f293fc0405ce53996d3068a3d7e2195abea 100644 (file)
@@ -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