|
Embedded Artistry Framework
Embedded Systems C++ Framework
|
#include <ctype.h>
Functions | |
| int | isblank (int c) |
| Checks if the given character is a blank character. More... | |
| int isblank | ( | int | ch | ) |
Checks if the given character is a blank character.
Checks if the given character is a blank character using the default locale. The following characters classified as blank:
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 iswblank().

1.8.15