ISBLANK(3) Library Routines ISBLANK(3)
isblank - space or tab character test
#include <ctype.h> int isblank (int c);
The isblank function tests for a space or tab character.
The isblank function returns zero if the character tests false and re‐ turns non-zero if the character tests true.
ctype(3), ascii(7) GNO 15 September 1997 ISBLANK(3)