Tcl Library Procedures Tcl_PutEnv(3TCL)
_________________________________________________________________
NAME
Tcl_PutEnv - procedures to manipulate the environment
SYNOPSIS
#include
intTcl_PutEnv(string)
ARGUMENTS CONST char *string (in) Info aboutenvironment vari-
able in the formNAME=value. The
string argument is in the system encoding._________________________________________________________________
DESCRIPTION
Tcl_PutEnv sets an environment variable. The information is
passed in a single string of the form NAME=value. This pro-
cedure is intended to be a stand-in for the UNIX putenv sys-
tem call. All tcl-based applications using putenv should
redefine it to Tcl_PutEnv so that they will interface prop-
erly to the Tcl runtime. KEYWORDS environment, variableATTRIBUTES
See attributes(5) for descriptions of the following attri-
butes:_______________________________________
| ATTRIBUTE TYPE | ATTRIBUTE VALUE|
|____________________|__________________|_
| Availability | runtime/tcl-8 |
|____________________|__________________|_
| Interface Stability| Uncommitted ||____________________|_________________|
NOTES Source for Tcl is available on http://opensolaris.org. Tcl Last change: 7.5 1