Liblouis User's and Programmer's Manual
7.25 lou_checkTable ¶
int lou_checkTable (const char *tableList);
This function does the same as lou_getTable
but does not return
a pointer to the resulting table. It is to be preferred if only the
validity of a table needs to be checked. 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 non-zero. If errors are found error messages are logged to
the log callback (see lou_registerLogCallback
) and the return
value is 0
.