meiTraceEol

Declaration
char meiTraceEol(char eol)
Required Header stdmei.h
Description

TraceEol function simply calls meiPlatformTraceEol(...), which sets the end-of-line character that will be used by meiPlatformTrace(...). By default, meiPlatformTrace(...) will append a newline character ('\n') to the messages that it displays. The meiPlatformTraceEol(...) function allows your application to set the default end-of-line character.

Returns

the previous end-of-line character used by meiPlatformTrace(...)
See Also meiPlatformTrace | meiPlatformTraceEol