|
PatchworkOS
|
#include <ascii_table.h>
Data Fields | |
| _ascii_flags_t | flags |
| unsigned char | upper |
| unsigned char | lower |
Definition at line 19 of file ascii_table.h.
| _ascii_flags_t _ascii_entry_t::flags |
Definition at line 21 of file ascii_table.h.
Referenced by isalnum(), isdigit(), and isxdigit().
| unsigned char _ascii_entry_t::lower |
Definition at line 23 of file ascii_table.h.
Referenced by tolower().
| unsigned char _ascii_entry_t::upper |
Definition at line 22 of file ascii_table.h.
Referenced by toupper().