| Refresh | Home EGTry.com


//is the character a space?
int space=isspace(' ');
int tab=isspace('\t');
int newline=isspace('\n');
int other=isspace('#');