root/trunk/orca/charset.h

Revision 1, 248 bytes (checked in by krobillard, 3 years ago)

Import orca & thune.

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
11
12 #endif /*CHARSET_H*/
Note: See TracBrowser for help on using the browser.