GNU Dico Manual (split by section):   Section:   Chapter:FastBack: Libdico   Up: Libdico   FastForward: Copying This Manual   Contents: Table of ContentsIndex: Concept Index

D.12 xlat

Editor’s note:

The information in this node may be obsolete or otherwise inaccurate. This message will disappear, once this node revised.

struct: xlat_tab
struct xlat_tab {
    char *string;
    int num;
};
Function: int xlat_string (struct xlat_tab *tab, const char *string, size_t len, int flags, int *result)
Function: int xlat_c_string (struct xlat_tab *tab, const char *string, int flags, int *result);
XLAT_ICASE

GNU Dico Manual (split by section):   Section:   Chapter:FastBack: Libdico   Up: Libdico   FastForward: Copying This Manual   Contents: Table of ContentsIndex: Concept Index