diff options
Diffstat (limited to 'imtable.h')
-rw-r--r-- | imtable.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,4 @@ -#define IM_TABLE_LEN 4 +#define IM_TABLE_LEN 5 #define IM_TABLE_ENTRY_LEN 8 //assumes this is sorted char im_table[][3][IM_TABLE_ENTRY_LEN] = { @@ -6,4 +6,5 @@ char im_table[][3][IM_TABLE_ENTRY_LEN] = { {"aa ", "對", "100"}, {"b ", "八", "100"}, {"ba ", "不", "100"}, + {"1", "一", "100"}, }; |