mpiTraceEol

Declaration

char mpiTraceEol(char eol)

Required Header: trace.h

Description

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

Returns
The previous end-of-line character used by mpiPlatformTrace(...)

See Also

mpiPlatformTrace | mpiPlatformTraceEol