|
Embedded Artistry Framework
Embedded Systems C++ Framework
|
#include <ctype.h>
Functions | |
| int | isgraph (int c) |
| Checks if the given character has a graphical representation. More... | |
| int isgraph | ( | int | ch | ) |
Checks if the given character has a graphical representation.
Checks if the given character has a graphical representation using the default locale. The following characters are graphical:
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 ispunct().

1.8.15