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