PatchworkOS
Loading...
Searching...
No Matches
ascii_table.h File Reference
#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 _ascii_table []
 

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_table.h.

Variable Documentation

◆ _ascii_table