Synesis Software

unixem/setenv.h File Reference


Detailed Description

Definition of the setenv() and unsetenv() functions.

#include <unixem/unixem.h>
#include <stddef.h>
#include <sys/types.h>

Go to the source code of this file.

Functions

int setenv (const char *name, const char *value, int bOverwrite)
 Inserts or resets the value of an environment variable.
void unsetenv (const char *name)
 Deletes the named environment variable, if it exists.

UNIX Emulation for Win32 Libraries documentation © Synesis Software Pty Ltd, 2002-2007