environment.3

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

3
37
字号
'\"'\" 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 + =
减小字号Ctrl + -
显示快捷键?