PatchworkOS
966e257
A non-POSIX operating system.
Theme:
Default
Round
Robot
Loading...
Searching...
No Matches
isspace.c
Go to the documentation of this file.
1
#include <
ctype.h
>
2
3
#include "
common/ascii_table.h
"
4
5
int
isspace
(
int
c)
6
{
7
return
(
_ascii_table
[c].
flags
&
_ASCII_SPACE
);
8
}
_ascii_table
_ascii_entry_t _ascii_table[UINT8_MAX+1]
Definition
ascii_table.c:5
ascii_table.h
_ASCII_SPACE
@ _ASCII_SPACE
Definition
ascii_table.h:14
ctype.h
isspace
int isspace(int c)
Definition
isspace.c:5
flags
static const path_flag_t flags[]
Definition
path.c:42
src
libstd
functions
ctype
isspace.c
Generated on Mon Dec 15 2025 21:55:53 for PatchworkOS by
1.9.8