Trf_Init(3)
Initialize extension in standard interpreter.
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.