ref: 6cd7862223d13fd0897c3fafc213dccf874b7101 dir: /src/libc/ctype/isspace.c/
#include <ctype.h> #undef isspace int isspace(int c) { return (__ctype+1)[c] & _S; }