Update.
[glibc.git] / include / wctype.h
blob2a944915a53d9d0bc33f43e4ebcde15dca857b4a
1 #ifndef _WCTYPE_H
3 #include <wctype/wctype.h>
5 /* Internal interfaces. */
6 extern int __iswspace (wint_t __wc);
7 extern int __iswctype (wint_t __wc, wctype_t __desc);
8 extern wctype_t __wctype (__const char *__property);
9 extern wint_t __towctrans (wint_t __wc, wctrans_t __desc);
12 #endif