Location:
ctype.h
IMPORT_C int ispunct(int c);
Tests whether the character is a punctuation character. For Unicode, punctuation characters are any character in the categories: EPcCategory, EPdCategory, EPsCategory, EPeCategory, EPiCategory, EPfCategory, EPoCategory.
|
|