1Tcl_Init(3)                 Tcl Library Procedures                 Tcl_Init(3)
2
3
4
5______________________________________________________________________________
6

NAME

8       Tcl_Init - find and source initialization script
9

SYNOPSIS

11       #include <tcl.h>
12
13       int
14       Tcl_Init(interp)
15

ARGUMENTS

17       Tcl_Interp *interp (in)          Interpreter to initialize.
18______________________________________________________________________________
19
20

DESCRIPTION

22       Tcl_Init  is  a  helper  procedure  that finds and sources the init.tcl
23       script, which should exist somewhere on the Tcl library path.
24
25       Tcl_Init is typically called from Tcl_AppInit procedures.
26
27

SEE ALSO

29       Tcl_AppInit, Tcl_Main
30
31

KEYWORDS

33       application, initialization, interpreter
34
35
36
37Tcl                                   8.0                          Tcl_Init(3)
Impressum