Fix NET_2_0 build
[mono-project.git] / mono / utils / strtod.h
blob512e9f293fc0405ce53996d3068a3d7e2195abea
1 #ifndef MONO_STRTOD_H
2 #define MONO_STRTOD_H 1
4 #include "mono-compiler.h"
6 double mono_strtod (const char *s00, char **se) MONO_INTERNAL;
8 #endif