| iMatix home page
| << | < | > | >>
SFL Logo SFL
Version 2.10

 

enable_trace

#include "sfltron.h"
void
enable_trace (void)

Synopsis

Enables tracing. All calls to trace() send a line of text to stdout or the trace file specified with set trace file().

Source Code - (sfltron.c)

{
    trace_state = TRUE;
}

| << | < | > | >> iMatix Copyright © 1996-99 iMatix Corporation