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