Windows PowerShell command on Get-command Tcl_PutEnv
MyWebUniversity

Manual Pages for UNIX Operating System command usage for man Tcl_PutEnv

Tcl Library Procedures Tcl_PutEnv(3TCL)

_________________________________________________________________

NAME

Tcl_PutEnv - procedures to manipulate the environment

SYNOPSIS

#include

int

Tcl_PutEnv(string)

ARGUMENTS CONST char *string (in) Info about

environment vari-

able in the form

NAME=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, variable

ATTRIBUTES

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




Contact us      |      About us      |      Term of use      |       Copyright © 2000-2019 MyWebUniversity.com ™