|
| iMatix home page | << | < | > | >> |
SFLVersion 2.10 |
#include "sfltron.h" void enable_trace (void)
Enables tracing. All calls to trace() send a line of text to stdout or the trace file specified with set trace file().
{
trace_state = TRUE;
}
| | << | < | > | >> |
|