Go to the documentation of this file.
101#define ASCII_TAB 0x09
102#define ASCII_SPACE 0x20
103#define ASCII_EXCL 0x21
104#define ASCII_QUOT 0x22
105#define ASCII_AMP 0x26
106#define ASCII_APOS 0x27
107#define ASCII_MINUS 0x2D
108#define ASCII_PERIOD 0x2E
109#define ASCII_COLON 0x3A
110#define ASCII_SEMI 0x3B
112#define ASCII_EQUALS 0x3D
114#define ASCII_LSQB 0x5B
115#define ASCII_RSQB 0x5D
116#define ASCII_UNDERSCORE 0x5F
117#define ASCII_LPAREN 0x28
118#define ASCII_RPAREN 0x29
120#define ASCII_SLASH 0x2F
121#define ASCII_HASH 0x23
122#define ASCII_PIPE 0x7C
123#define ASCII_COMMA 0x2C