|
Embedded Artistry Framework
Embedded Systems C++ Framework
|
#include <ctype.h>
Functions | |
| int | iscntrl (int c) |
| Checks if the given character is a control character. More... | |
| int iscntrl | ( | int | ch | ) |
Checks if the given character is a control character.
Checks if the given character is a control character. The following are examples of control character:
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