"Fossies" - the Fresh Open Source Software Archive

Member "xterm-379/precompose.h" (28 Aug 2000, 260 Bytes) of package /linux/misc/xterm-379.tgz:


As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) C and C++ source code syntax highlighting (style: standard) with prefixed line numbers and code folding option. Alternatively you can here view or download the uninterpreted source code file. For more information about "precompose.h" see the Fossies "Dox" file reference documentation.

    1 /* $XFree86: xc/programs/xterm/precompose.h,v 1.1 2000/08/26 04:33:54 dawes Exp $ */
    2 
    3 #ifndef PRECOMPOSE_H
    4 #define PRECOMPOSE_H
    5 
    6 int do_precomposition(int base, int comb);
    7 
    8 /* returns unicode value if a canonical composition exists,
    9    otherwise -1 */
   10 
   11 #endif