#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);