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