diff options
Diffstat (limited to 'src/proto/arabic.pro')
-rw-r--r-- | src/proto/arabic.pro | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/proto/arabic.pro b/src/proto/arabic.pro new file mode 100644 index 0000000..c93e246 --- /dev/null +++ b/src/proto/arabic.pro @@ -0,0 +1,5 @@ +/* arabic.c */ +int arabic_maycombine(int two); +int arabic_combine(int one, int two); +int arabic_shape(int c, int *ccp, int *c1p, int prev_c, int prev_c1, int next_c); +/* vim: set ft=c : */ |