...
lib_ascii.h/lib_ascii.c
Prototypes
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
ASCII_IS_PUNCT(c);
CPU_BOOLEAN ASCII_IsPunct (CPU_CHAR c);
|
Arguments
...
Arguments
ch
Character to examine.
Returned Value
...
ISOISO/IEC 9899:TC2, Section 7.4.1.9.(2) states that “ispunct()
returns true for every printing character for which neither isspace()
nor isalnum()
is true”.
Example Usage
...
Language | C++ |
---|---|
CaptionText | CAPTION |
language | cpp |
...