summaryrefslogtreecommitdiff
path: root/source/luametatex/source/lua/lmtlanguagelib.h
blob: 970ea6af5e4dbc3725dbf1ceac542bee87ee1188 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/*
    See license.txt in the root of this project.
*/

# ifndef LLANGUAGELIB_H
# define LLANGUAGELIB_H

extern void lmt_initialize_languages (void);

extern int  lmt_handle_word (
    tex_language *lang,
    const char   *original,
    const char   *word,
    int           length,
    halfword      first,
    halfword      last,
    char        **replacement
);

# endif