📄 tclunixsam76.c
字号:
/* * tclUnixSam76.c -- * * Initializes the Tcl stand-alone module Tcl version 7.6. * * Copyright (c) 1996, Expert Interface Technologies * * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * */#include "tclPort.h"#include "tclInt.h"#include "tclSamLib.c"int SamTcl_Init _ANSI_ARGS_((Tcl_Interp *interp));intTclsam_Init(interp) Tcl_Interp *interp; /* Interpreter to initialize. */{ Tcl_Eval(interp, "set tcl_library {}"); return LoadScripts(interp);}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -