Name
ispunct -- check if character is a punctuation character (V7.0)
Synopsis
int r = ispunct(int c);
Function
Checks if the Unicode character passed in c is a punctuation character and returns True if it is, otherwise False.

Designer compatibility
Unsupported

Inputs
c
character to test
Results
r
test result

Show TOC