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