#include <ctype.h> char c; isspace(c);
#include <ctype.h> isspace(c); // Checks whether a char, c is space or not. // Return a non-zero integer if c is a non-space char; else returns 0