#include "sfltron.h" void disable_trace (void)
Ends tracing. Following a call to this functions, calls to trace() have no effect.
{ trace_state = FALSE; }