lq-text: LQT_GetTraceFlagsAsString

API char * LQT_GetTraceFlagsAsString ()

Purpose

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_Set­Trace­Flags­From­String to save and restore flags in a machine-independent way.

The caller should not attempt to write into, or free, the result string.

The flags are defined in the <lqtrace.h> header file.

Returns

a pointer to a private string.

See Also: