Tcl_Init - find and source initialization script
#include <tcl.h> int Tcl_Init(interp)
Tcl_Init(3tcl) Tcl Library Procedures Tcl_Init(3tcl)
______________________________________________________________________________
NAME
Tcl_Init - find and source initialization script
SYNOPSIS
#include <tcl.h>
int
Tcl_Init(interp)
ARGUMENTS
Tcl_Interp *interp (in) Interpreter to initialize.
______________________________________________________________________________
DESCRIPTION
Tcl_Init is a helper procedure that finds and sources the init.tcl
script, which should exist somewhere on the Tcl library path.
Tcl_Init is typically called from Tcl_AppInit procedures.
ATTRIBUTES
See attributes(7) for descriptions of the following attributes:
+---------------+------------------+
|ATTRIBUTE TYPE | ATTRIBUTE VALUE |
+---------------+------------------+
|Availability | runtime/tcl-8 |
+---------------+------------------+
|Stability | Uncommitted |
+---------------+------------------+
SEE ALSO
Tcl_AppInit, Tcl_Main
KEYWORDS
application, initialization, interpreter
NOTES
Source code for open source software components in Oracle Solaris can
be found at https://www.oracle.com/downloads/opensource/solaris-source-
code-downloads.html.
This software was built from source available at
https://github.com/oracle/solaris-userland. The original community
source was downloaded from http://prdownloads.sourceforge.net/tcl/tcl-
core8.6.7-src.tar.gz.
Further information about this software can be found on the open source
community website at https://www.tcl.tk/.
Tcl 8.0 Tcl_Init(3tcl)