summaryrefslogtreecommitdiff
path: root/apps/codecs/Tremor/ctype.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/Tremor/ctype.c')
-rw-r--r--apps/codecs/Tremor/ctype.c23
1 files changed, 1 insertions, 22 deletions
diff --git a/apps/codecs/Tremor/ctype.c b/apps/codecs/Tremor/ctype.c
index 651dacda86..9eb6eef80a 100644
--- a/apps/codecs/Tremor/ctype.c
+++ b/apps/codecs/Tremor/ctype.c
@@ -1,22 +1 @@
1#include <ctype.h> #include "../../../firmware/common/ctype.c"
2
3const char _ctype_[257]={
4 0,
5 _C, _C, _C, _C, _C, _C, _C, _C,
6 _C, _C|_S, _C|_S, _C|_S, _C|_S, _C|_S, _C, _C,
7 _C, _C, _C, _C, _C, _C, _C, _C,
8 _C, _C, _C, _C, _C, _C, _C, _C,
9 _S|_B, _P, _P, _P, _P, _P, _P, _P,
10 _P, _P, _P, _P, _P, _P, _P, _P,
11 _N, _N, _N, _N, _N, _N, _N, _N,
12 _N, _N, _P, _P, _P, _P, _P, _P,
13 _P, _U|_X, _U|_X, _U|_X, _U|_X, _U|_X, _U|_X, _U,
14 _U, _U, _U, _U, _U, _U, _U, _U,
15 _U, _U, _U, _U, _U, _U, _U, _U,
16 _U, _U, _U, _P, _P, _P, _P, _P,
17 _P, _L|_X, _L|_X, _L|_X, _L|_X, _L|_X, _L|_X, _L,
18 _L, _L, _L, _L, _L, _L, _L, _L,
19 _L, _L, _L, _L, _L, _L, _L, _L,
20 _L, _L, _L, _P, _P, _P, _P, _C
21};
22