Tcl_CreateExtendedInterp
Section: Misc. Reference Manual Pages (TCL)
Updated:
Index
Return to Main Contents
NAME
Tcl_CreateExtendedInterp - set up a new Tcl command interpreter and
initialized all Extended Tcl commands.
SYNOPSIS
#include <tclExtend.h>
Tcl_Interp *
Tcl_CreateExtendedInterp ();
DESCRIPTION
Tcl_CreateExtendedInterp creates a new interpreter structure and returns
a pointer to the interpreter data stucture, as with Tcl_CreateInterp.
In addition, all Extended Tcl commands will be added to the interpreter.
Index
- NAME
-
- SYNOPSIS
-
- DESCRIPTION
-
This document was created by
man2html,
using the manual pages.
Time: 22:46:01 GMT, December 11, 2024