Next: tf_vmessage, Previous: tf_exit, Up: Library Routines
Print a formatted message to the tracefct
output stream.
#include <tracefct/tracefct.h>void tf_message( const char *format, ... );
const char *format
- a printf style string
...
- objects to print
This function prints a user supplied message to the tracefct
output stream, prefixed by the standard tracefct
style prefix
string. The message is passed in the same fashion as the arguments
to printf
, allowing formatted output. Unlike tf_exit
,
a newline character is not appended to the message.