...
lib_ascii.h/lib_ascii.c
Prototypes
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
ASCII_IS_LOWER(c);
CPU_BOOLEAN ASCII_IsLower (CPU_CHAR c);
|
Arguments
...
Arguments
ch
Character to examine.
Returned Value
...
ISO/IEC 9899:TC2, Section 7.4.1.7.(2) states that “islower()
returns true only for the lowercase letters”.
Example Usage
...
Language | C++ |
---|---|
CaptionText | CAPTION |
language | cpp |
...