|
Embedded Artistry Framework
Embedded Systems C++ Framework
|
#include <ctype.h>
Functions | |
| int | isalnum (int c) |
| Checks if the given character is an alphanumeric character. More... | |
| int isalnum | ( | int | ch | ) |
Checks if the given character is an alphanumeric character.
Checks if the given character is an alphanumeric character using the default locale. The following characters are alphanumeric:
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 |
References isalpha(), and isdigit().
Referenced by bad_input(), good_input(), and ispunct().

1.8.15