Everything

isspace


Tests for a white-space character.

[Format]

#include <ctype.h>

long isspace (long c);

[Parameters]

c Character to be tested

[Return values]

If character c is a white-space character: Nonzero

If character c is not a white-space character: 0