📄 environment.3
字号:
'\"'\" Copyright (c) 1997-1998 Sun Microsystems, Inc.'\"'\" See the file "license.terms" for information on usage and redistribution'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.'\" '\" RCS: @(#) $Id: Environment.3,v 1.1 2001/04/04 21:32:18 andreas_kupries Exp $'\" .so man.macros.TH Tcl_PutEnv 3 "7.5" Tcl "Tcl Library Procedures".BS.SH NAMETcl_PutEnv \- procedures to manipulate the environment.SH SYNOPSIS.nf\fB#include <tcl.h>\fR.spint\fBTcl_PutEnv\fR(\fIstring\fR).SH ARGUMENTS.AP "CONST char" *string inInfo about environment variable in the form NAME=value. The string isin native format..BE.SH DESCRIPTION.PP\fBTcl_PutEnv\fR sets an environment variable. The information ispassed in a single string of the form NAME=value. This procedure isintended to be a stand-in for the UNIX \fBputenv\fR system call. Alltcl-based applications using \fBputenv\fR should redefine it to\fBTcl_PutEnv\fR so that they will interface properly to the Tclruntime..SH KEYWORDSenvironment, variable
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -