liblouis: lou_compileString

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