#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).

Log in or register to write something here or to contact authors.