<!DOCTYPE File PUBLIC "-//Liam Quin//DTD C API Documentation v1.1//EN" "doc.dtd"><File>
<Entry dir="liblqtext">
<Function File="../../src/liblqtext/trace.c">
<Name>LQT_GetTraceFlagsAsString</Name>
<Class>Tracing
<Purpose>
<P>Returns a static pointer to a string representation of the
current lq-text trace flags.
This is suitable for printing in error messages, and can also be
used with LQT_SetTraceFlagsFromString to save and restore flags in
a machine-independent way.</P>
<P>The caller should not attempt to write into, or free,
the result string.</P>
<P>The flags are defined in the <h>lqtrace.h</h> header file.</P>
<Returns>
a pointer to a private string.
<SeeAlso>
LQT_Trace
LQT_SetTraceFlag
LQT_UnSetTraceFlag
LQT_GetGivenTraceFlagsAsString
LQT_SetTraceFlagsFromString
</Function>
<Decl>
API char *
LQT_GetTraceFlagsAsString()
</Decl>
</Entry>
