_IS_xxx #defines
Remonter à Ctype.h - Index
Header File
ctype.h
Description
Bit settings in the _ctype[] used by the is... character macros.
| Name | Meaning |
|---|---|
|
_IS_SP |
Is space |
|
_IS_DIG |
Is digit |
|
_IS_UPP |
Is uppercase |
|
_IS_LOW |
Is lowercase |
|
_IS_HEX |
[A-F] or [a-f] |
|
_IS_CTL |
Control |
|
_IS_PUN |
Punctuation |