Liblouis User's and Programmer's Manual
7.22 lou_getTable ¶
void *lou_getTable ( char *tableList);
tableList
is a list of names of table files separated by
commas, as explained previously
(see tableList
parameter in
lou_translateString
). If no errors are found this function
returns a pointer to the compiled table. If errors are found error
messages are logged to the log callback (see
lou_registerLogCallback
). Errors result in a NULL
pointer being returned.