NAME
isblank —
space or tab character test
SYNOPSIS
#include
<ctype.h>
int
isblank(int
c);;
DESCRIPTION
Theisblank()
function tests for a space or tab character.
RETURN VALUES
The isblank() function returns zero if the
character tests false and returns non-zero if the character tests true.