[runtime] Overwrite stacktrace for exception on re-throw. Fixes #1856.
[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);
7
8 #endif