view src/proto/arabic.pro @ 18169:6ad8949a205d

Added tag v8.1.2079 for changeset 781a81bf4d24e57ea58faa40295c5ba675d4df13
author Bram Moolenaar <Bram@vim.org>
date Wed, 25 Sep 2019 23:15:04 +0200
parents 473fbdb2717c
children
line wrap: on
line source

/* 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 : */