Next: tf_leave, Previous: tf_init, Up: Library Routines
Register function.
#include <tracefct/tracefct.h>void tf_enter(const char *name);
const char *name
- the name of the function.
This routine is called upon entry into a function. It registers the function's name so that it can be used in messages. Note that it saves the pointer to the function name, it does not make a copy of the string.