from small one page howto to huge articles all in one place

search text in:




Other .linuxhowtos.org sites:gentoo.linuxhowtos.org



Last additions:
using iotop to find disk usage hogs

using iotop to find disk usage hogs

words:

887

views:

209582

userrating:


May 25th. 2007:
Words

486

Views

258591

why adblockers are bad


Workaround and fixes for the current Core Dump Handling vulnerability affected kernels

Workaround and fixes for the current Core Dump Handling vulnerability affected kernels

words:

161

views:

149880

userrating:


April, 26th. 2006:

Druckversion
You are here: manpages





Tcl_PutEnv

Section: Tcl Library Procedures (3)
Updated: 7.5
Index Return to Main Contents



 

NAME

Tcl_PutEnv - procedures to manipulate the environment  

SYNOPSIS

#include <tcl.h>

int
Tcl_PutEnv(assignment)
 

ARGUMENTS

const char *assignment (in) Info about environment variable in the format ``NAME=value''. The assignment 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 procedure is intended to be a stan-in for the UNIX putenv system call. All Tc-based applications using putenv should redefine it to Tcl_PutEnv so that they will interface properly to the Tcl runtime.  

SEE ALSO

env(n)  

KEYWORDS

environment, variable


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION
SEE ALSO
KEYWORDS





Support us on Content Nation
rdf newsfeed | rss newsfeed | Atom newsfeed
- Powered by LeopardCMS - Running on Gentoo -
Copyright 2004-2025 Sascha Nitsch Unternehmensberatung GmbH
Valid XHTML1.1 : Valid CSS
- Level Triple-A Conformance to Web Content Accessibility Guidelines 1.0 -
- Copyright and legal notices -
Time to create this page: 13.7 ms