Loading...
--- Libc/Libc-1725.40.4/exclave/_compat/_stdlib.h
+++ Libc/Libc-1583.60.2/exclave/_compat/_stdlib.h
@@ -67,6 +67,12 @@
__BEGIN_DECLS
+double atof(const char *);
+double strtod(const char *, char * _Nullable * _Nullable);
+float strtof(const char *, char * _Nullable * _Nullable);
+long double
+ strtold(const char *, char * _Nullable * _Nullable);
+
#ifdef __BLOCKS__
#if __has_attribute(noescape)