|
Embedded Artistry Framework
Embedded Systems C++ Framework
|
#include <ctype.h>
Functions | |
| int | isalpha (int c) |
| Checks if the given character is an alphabetic character. More... | |
| int isalpha | ( | int | ch | ) |
Checks if the given character is an alphabetic character.
Checks if the given character is an alphabetic character, i.e. either an uppercase letter (ABCDEFGHIJKLMNOPQRSTUVWXYZ), or a lowercase letter (abcdefghijklmnopqrstuvwxyz)
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(), isalnum(), strtol(), strtoll(), and strtoul().

1.8.15