Test character for printable, with no symbol.
int isblank (int c);
Required Header |
<ctype.h> |
Return Value
This function returns a non-zero value if the character is printable, but has no symbol.
Parameters
c
The character to be tested
See Also isalnum, isalpha, iscntrl, isdigit, isgraph, islower, isprint, ispunct, isspace, isupper, isxdigit