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