Location:
ctype.h
IMPORT_C int iscntrl(int c);
Tests whether the character is a control character. For Unicode, the function returns TRUE for all characters in the categories: ECcCategory, ECfCategory, ECsCategory, ECoCategory and ECnCategoryCc.
|
|