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