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

 

disable_trace

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

Synopsis

Ends tracing. Following a call to this functions, calls to trace() have no effect.

Source Code - (sfltron.c)

{
    trace_state = FALSE;
}

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