Go to the documentation of this file.
70 #define ASCII_TAB 0x09
71 #define ASCII_SPACE 0x20
72 #define ASCII_EXCL 0x21
73 #define ASCII_QUOT 0x22
74 #define ASCII_AMP 0x26
75 #define ASCII_APOS 0x27
76 #define ASCII_MINUS 0x2D
77 #define ASCII_PERIOD 0x2E
78 #define ASCII_COLON 0x3A
79 #define ASCII_SEMI 0x3B
81 #define ASCII_EQUALS 0x3D
83 #define ASCII_LSQB 0x5B
84 #define ASCII_RSQB 0x5D
85 #define ASCII_UNDERSCORE 0x5F
86 #define ASCII_LPAREN 0x28
87 #define ASCII_RPAREN 0x29
89 #define ASCII_SLASH 0x2F
90 #define ASCII_HASH 0x23
91 #define ASCII_PIPE 0x7C
92 #define ASCII_COMMA 0x2C