|
Embedded Artistry Framework
Embedded Systems C++ Framework
|
#include <ctype.h>
Functions | |
| int | isprint (int c) |
| Checks if the given character can be printed. More... | |
| int isprint | ( | int | ch | ) |
Checks if the given character can be printed.
Checks if the given character can be printed using the default locale. The following characters are printable:
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(), and good_input().

1.8.15