Main Page   Modules   Class Hierarchy   Alphabetical List   Compound List   File List   Related Pages   Examples  

Trace


Modules

Trace in Standard Strings

Detailed Description

Utilitary macros These macros is used to defined hyp_TRACE. But its could be used to generated successive traces without the name of the file, the line number and a new line.
        hyp_TRACE_BEG;
        for ( int i = 0; i < nb; i++ ) {
                ...
                hyp_TRACE_DO( ( "tab[%d]=%d\n", i, tab[ i ] ) );
                ...
        }
        hyp_TRACE_END;

Top of Page
written by Pierre Rebours © 2000-2001. Terms of Use.