Next: , Previous: tf_init, Up: Library Routines


3.3 tf_enter

Register function.

Synopsis

     #include <tracefct/tracefct.h>
     
     
     
void tf_enter(const char *name);

Parameters

const char *name
the name of the function.

Description

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.