X-Git-Url: https://git.saurik.com/apple/libc.git/blobdiff_plain/a28bf75d63c6a64e4c3b417c6052e45f42c6cedd..6465356a983ac139f81d3b7913cdb548477c346c:/include/inttypes.h diff --git a/include/inttypes.h b/include/inttypes.h index 1f9738c..5e42c17 100644 --- a/include/inttypes.h +++ b/include/inttypes.h @@ -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 /* 7.8.2.4 */ extern intmax_t wcstoimax(const wchar_t * restrict nptr, wchar_t ** restrict endptr, int base);