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