[xbuild] Pick the correct base path for target frameworks.
[mono.git] / mono / utils / strtod.h
1 #ifndef MONO_STRTOD_H
2 #define MONO_STRTOD_H 1
3
4 #include "mono-compiler.h"
5
6 double mono_strtod (const char *s00, char **se) MONO_INTERNAL;
7
8 #endif