/* * The UniCode Library -- Table of Ligatures * * (c) 2003 Martin Mares * * This software may be freely distributed and used according to the terms * of the GNU Lesser General Public License. */ #include #include #include const u16 * Uexpand_lig(uint x) { return _U_lig_hash[x % LIG_HASH_SIZE]; }