Next: , Previous: , Up: Library Routines   [Contents]


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.