Next: , Previous: tf_exit, Up: Library Routines


3.7 tf_message

Print a formatted message to the tracefct output stream.

Synopsis

     #include <tracefct/tracefct.h>
     
     
     
void tf_message( const char *format, ... );

Parameters

const char *format
a printf style string
...
objects to print

Description

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.