PatchworkOS  19e446b
A non-POSIX operating system.
Loading...
Searching...
No Matches
ascii.h File Reference
#include <stdint.h>
Include dependency graph for ascii.h:
This graph shows which files directly or indirectly include this file:

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 []
 

Enumeration Type Documentation

◆ _ascii_flags_t

Enumerator
_ASCII_ALPHA 
_ASCII_DIGIT 
_ASCII_XDIGIT 
_ASCII_BLANK 
_ASCII_CNTRL 
_ASCII_GRAPH 
_ASCII_PUNCT 
_ASCII_SPACE 
_ASCII_LOWER 
_ASCII_UPPER 

Definition at line 5 of file ascii.h.

Variable Documentation

◆ _asciiTable

_ascii_entry_t _asciiTable[]
extern

Definition at line 4 of file ascii_table.c.