meiTraceFunction

Declaration
MEITraceFunction meiTraceFunction(MEITraceFunction traceFunction)
Required Header stdmei.h
Description

TraceFunction sets the function used to display a trace buffer.

Front end to meiPlatformTraceFunction(). If traceFunction is NULL (default), then trace functions is fprintf(MEIPlatformTraceSTREAM) (default stdout).

Return Values
handle to previous Trace function
NULL otherwise
See Also