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;