<!DOCTYPE File PUBLIC "-//Liam Quin//DTD C API Documentation v1.1//EN" "doc.dtd"><File>
<Entry dir="liblqtext">
<Function File="../../src/liblqtext/prflags.c">
<Name>LQT_WordFlagsToString</Name>
<Class>Tracing
<Purpose>
Returns a printable string representation of the given
WordFlags, intended for humans to read as well as for
use with the LQT_WordFlagsToString function.
The flags are defined in <h>wordrules.h</h> and are explained
under the Language category.
<Returns>
a pointer to a statically allocated string.
<Errors>
There must be enough memory to allocate the result, which grows
automatically as needed, but never shrinks.
<SeeAlso>
LQT_StringToWordFlags
LQT_FlagsToString
</Function>
<Decl>
API char *
LQT_WordFlagsToString(db, Flags)
    t_LQTEXT_Database *db;
    t_WordFlags Flags;
</Decl>
</Entry>
