Liblouis User's and Programmer's Manual
7.12 lou_compileString ¶
int lou_compileString (const char *tableList, const char *inString)
This function enables you to compile a table entry on the fly at
run-time. The new entry is added to tableList and remains in force
until lou_free is called. If tableList has not previously
been loaded it is loaded and compiled. inString contains the
table entry to be added. It may be anything valid. Error messages
will be produced if it is invalid. The function returns 1 on success and
0 on failure.