|
PatchworkOS
19e446b
A non-POSIX operating system.
|
#include <stdint.h>Go to the source code of this file.
Data Structures | |
| struct | _ascii_entry_t |
Enumerations | |
| enum | _ascii_flags_t { _ASCII_ALPHA = (1 << 0) , _ASCII_DIGIT = (1 << 1) , _ASCII_XDIGIT = (1 << 2) , _ASCII_BLANK = (1 << 3) , _ASCII_CNTRL = (1 << 4) , _ASCII_GRAPH = (1 << 5) , _ASCII_PUNCT = (1 << 6) , _ASCII_SPACE = (1 << 7) , _ASCII_LOWER = (1 << 8) , _ASCII_UPPER = (1 << 9) } |
Variables | |
| _ascii_entry_t | _asciiTable [] |
| enum _ascii_flags_t |
|
extern |
Definition at line 4 of file ascii_table.c.