1 2 3 4 5 6 7
#ifndef _WCTYPE_H #include <wctype/wctype.h> extern int __iswspace __P ((wint_t __wc)); #endif