[ First ]  [ Previous ]  [ Next ]  [ Last ]  [ Manuals ]


_putenv

This functions lets you enter an argument into the environment list.

Compatibility:

This function is compatible with the following targets:

ANSI
BeOS
EMB/RTOS
Mac OS
Palm OS

Win32


Prototype:
#include <stdlib.h>
char *_putenv(const char *name);
Parameters:

Parameters for this facility are:

name  
const char *  
The item to add to the environment list  

Return:

The function _putenv() returns NULL on success or minus one on failure to enter the environmental variable.

See Also:

"getenv"

"system"


[ First ]  [ Previous ]  [ Next ]  [ Last ]  [ Manuals ]

Visit the Metrowerks website at: http://www.metrowerks.com
For assistance contact Metrowerks Technical Support at: cw_support@metrowerks.com
Copyright © 2000, Metrowerks Corp. All rights reserved.

Last updated: August 16, 2000