glibc/include/wctype.h

8 lines
98 B
C

#ifndef _WCTYPE_H
#include <wctype/wctype.h>
extern int __iswspace __P ((wint_t __wc));
#endif