#include <_ansi.h> #include #undef isspace_l int isspace_l (int c, struct __locale_t *locale) { return __locale_ctype_ptr_l (locale)[c+1] & _S; }