Embedded Artistry libc
C Standard Library Support for Bare-metal Systems
|
#include <ctype.h>
Go to the source code of this file.
Functions | |
int | isspace (int c) |
Checks if the given character is a whitespace character. More... | |
int isspace | ( | int | ch | ) |
Checks if the given character is a whitespace character.
Checks if the given character is a whitespace character. The following are examples of a whitespace 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 |
Definition at line 5 of file isspace.c.
Referenced by atol(), atoll(), strtol(), strtoll(), strtoul(), and strtoull().