Everything

isblank


Tests for a space character or a tab character.

[Format]

#include <ctype.h>

long isblank (long c);

[Parameters]

c Character to be tested

[Return values]

If character c is a space character or a tab character: Nonzero

If character c is neither a space character nor a tab character: 0