root/trunk/thune/charset.h
| Revision 186, 281 bytes (checked in by krobillard, 2 years ago) |
|---|
| Line | |
|---|---|
| 1 | #ifndef CHARSET_H |
| 2 | #define CHARSET_H |
| 3 | |
| 4 | |
| 5 | extern uint8_t charset_white[32]; |
| 6 | extern uint8_t charset_delimiters[32]; |
| 7 | extern uint8_t charset_sword[32]; |
| 8 | extern uint8_t charset_word[32]; |
| 9 | extern uint8_t charset_binary[32]; |
| 10 | extern uint8_t charset_hex[32]; |
| 11 | |
| 12 | |
| 13 | #endif /*CHARSET_H*/ |
Note: See TracBrowser
for help on using the browser.
