ISBLANK(3) BSD Programmer's Manual ISBLANK(3)NAMEisblank - space or tab character test
SYNOPSIS
#include <ctype.h>
int
isblank(int c);
DESCRIPTION
The isblank() function tests for a space or tab character.
RETURN VALUES
The isblank() function returns zero if the character tests false and re-
turns non-zero if the character tests true.
SEE ALSOctype(3), ascii(7)BSDI BSD/OS October 23, 1991 1