X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=include%2Fwctype.h;h=8c544f24bb538df4ca2811dfd993aa2b68812046;hb=0109d950e685f1c5f6cef245a8b1bc47c9b6d94c;hp=f7be2cb03849f735b4bcbac5ae4e050da3b96e7f;hpb=c09b6f8ab6edefba52183f8c5ecf6520a8b7ad8f;p=musl diff --git a/include/wctype.h b/include/wctype.h index f7be2cb0..8c544f24 100644 --- a/include/wctype.h +++ b/include/wctype.h @@ -5,8 +5,9 @@ extern "C" { #endif +#include + #define __NEED_wint_t -#define __NEED_wctrans_t #define __NEED_wctype_t #if defined(_POSIX_SOURCE) || defined(_POSIX_C_SOURCE) \ @@ -16,8 +17,10 @@ extern "C" { #include +typedef const int * wctrans_t; + #undef WEOF -#define WEOF (-1) +#define WEOF 0xffffffffU #undef iswdigit