glibc/include/wctype.h

8 lines
92 B
C

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