SYNOPSIS

#include <transform.h>

int Trf_Init(Tcl_Interp *interp);

PARAMETERS

Tcl_Interp *interp

Interpreter to initialize.

DESCRIPTION

Extends the interpreter with extension-specific structures and installs the globally visible command of Tcl-TRF. Will catch attempts for multiple initialization of an interpreter.

RELATED TO Trf_Init…