]> git.saurik.com Git - apple/libc.git/blobdiff - include/inttypes.h
Libc-997.1.1.tar.gz
[apple/libc.git] / include / inttypes.h
index 1f9738c0276b2076de2050a804659ef8262b7b35..5e42c17f807afc57502ce412f2136e32fe2fc6e1 100644 (file)
@@ -249,12 +249,7 @@ __BEGIN_DECLS
   extern intmax_t strtoimax(const char * restrict nptr, char ** restrict endptr, int base);
   extern uintmax_t strtoumax(const char * restrict nptr, char ** restrict endptr, int base);
 
-#ifndef __cplusplus /* wchar_t is a built-in type in C++ */
-#  ifndef      _WCHAR_T
-#    define    _WCHAR_T
-     typedef   __darwin_wchar_t        wchar_t;
-#  endif /* _WCHAR_T */
-#endif /* __cplusplus */
+#include <sys/_types/_wchar_t.h>
 
   /* 7.8.2.4 */
   extern intmax_t wcstoimax(const wchar_t * restrict nptr, wchar_t ** restrict endptr, int base);