init.3

来自「tcl是工具命令语言」· 3 代码 · 共 38 行

3
38
字号
'\"'\" Copyright (c) 1998-2000 by Scriptics Corporation.'\" All rights reserved.'\" '\" RCS: @(#) $Id: Init.3,v 1.1 2000/04/28 00:47:48 ericm Exp $'\" .so man.macros.TH Tcl_Init 3 8.0 Tcl "Tcl Library Procedures".BS.SH NAMETcl_Init \- find and source initialization script.SH SYNOPSIS.nf\fB#include <tcl.h>\fR.spint\fBTcl_Init\fR(\fIinterp\fR).SH ARGUMENTS.AP Tcl_Interp *interp inInterpreter to initialize..BE.SH DESCRIPTION.PP\fBTcl_Init\fR is a helper procedure that finds and \fBsource\fR's the\fBinit.tcl\fR script, which should exist somewhere on the Tcl librarypath.  On Macintosh systems, it additionally checks for an \fBInit\fRresource and sources the contents of that resource if \fBinit.tcl\fRcannot be found..PP\fBTcl_Init\fR is typically called from \fBTcl_AppInit\fR procedures..SH "SEE ALSO"Tcl_AppInit, Tcl_Main.SH KEYWORDSapplication, initialization, interpreter

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?