]> git.saurik.com Git - apple/libc.git/blobdiff - include/xlocale/_stdlib.h
Libc-1244.50.9.tar.gz
[apple/libc.git] / include / xlocale / _stdlib.h
index 494a917157556fbe422ee0eae5afb1fb21dae68b..add77d696f14d0eb95288f2fbcc136921b0a0ff3 100644 (file)
 #ifndef _XLOCALE__STDLIB_H_
 #define _XLOCALE__STDLIB_H_
 
+#include <sys/cdefs.h>
+#include <sys/_types/_size_t.h>
+#include <sys/_types/_wchar_t.h>
+#include <_xlocale.h>
+
 __BEGIN_DECLS
 double  atof_l(const char *, locale_t);
 int     atoi_l(const char *, locale_t);
@@ -41,8 +46,7 @@ double         strtod_l(const char *, char **, locale_t) __DARWIN_ALIAS(strtod_l);
 float   strtof_l(const char *, char **, locale_t) __DARWIN_ALIAS(strtof_l);
 long    strtol_l(const char *, char **, int, locale_t);
 long double
-        strtold_l(const char *, char **, locale_t)
-            __DARWIN_LDBL_COMPAT2(strtold_l);
+        strtold_l(const char *, char **, locale_t);
 long long
         strtoll_l(const char *, char **, int, locale_t);
 #if !__DARWIN_NO_LONG_LONG