#include <ctype.h>

int isspace(int c);

C/C++ macro that returns true (nonzero) if c is a white-space character. Otherwise it returns false (zero).