summaryrefslogtreecommitdiff
path: root/imtable.h
blob: f045cc0498fb70cbb2ca81c969ba0ab835d02aaa (plain)
1
2
3
4
5
6
7
8
9
10
11
//Generic Input Method Used in Testing, see boshiamy.h for full implementation
#define IM_TABLE_LEN 5
#define IM_TABLE_ENTRY_LEN 8
//assumes this is sorted
char im_table[][3][IM_TABLE_ENTRY_LEN] = {
	{"a ", "對", "100"},
	{"aa ", "對", "100"},
	{"b ", "八", "100"},
	{"ba ", "不", "100"},
	{"1", "一", "100"},
};