|
Embedded Artistry Framework
Embedded Systems C++ Framework
|
#include <ctype.h>
Functions | |
| int | islower (int c) |
| Checks if the given character is classified as a lowercase character. More... | |
| int islower | ( | int | ch | ) |
Checks if the given character is classified as a lowercase character.
Checks if the given character is classified as a lowercase character using the default local. islower returns true only for the lowercase letters (abcdefghijklmnopqrstuvwxyz). If islower returns true, it is guaranteed that
The behavior is undefined if the value of ch is not representable as unsigned char and is not equal to EOF.
| ch | The character to classify |
Referenced by bad_input(), good_input(), and toupper().

1.8.15