Synopsis
int isblank(int c);
Description

isblank returns nonzero (true) if and only if the value of the argument c is either a space character (' ') or the horizontal tab character ('\\t').