Location:
ctype.h
IMPORT_C int isprint(int c);
Tests whether the character is a printable character. For Unicode, printable characters are any character except those in categories: ECcCategory, ECfCategory, ECsCategory, ECoCategory and ECnCategory. Note that for ISO Latin-1, all alphanumeric and punctuation characters, plus space, are printable.
|
|