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 unixem_setenv (char const *name, char const *value, int bOverwrite)
 Inserts or resets the value of an environment variable.
void unixem_unsetenv (char const *name)
 Deletes the named environment variable, if it exists.


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