diff --git a/libc/strtod.c b/libc/strtod.c index b9d30bc..7df7690 100644 --- a/libc/strtod.c +++ b/libc/strtod.c @@ -65,6 +65,10 @@ struct Tab char* cmp; }; +#ifndef ERANGE +#define ERANGE 12345 +#endif + double fmtstrtod(const char *as, char **aas) {