SYNOPSIS
#include <stdlib.h>
int setenv(const char *name, const char *value, int rewrite);
DESCRIPTION
The
PARAMETERS
- name
-
Points to the name of an environment variable
- value
-
Points to the value to be assigned to the environment variable.
- rewrite
-
Replaces the value of the current variable.
RETURN VALUES
The
CONFORMANCE
4.4BSD.
MULTITHREAD SAFETY LEVEL
MT-Safe.
PORTING ISSUES
None
AVAILABILITY
PTC MKS Toolkit for Professional Developers
PTC MKS Toolkit for Professional Developers 64-Bit Edition
PTC MKS Toolkit for Enterprise Developers
PTC MKS Toolkit for Enterprise Developers 64-Bit Edition
SEE ALSO
- Functions:
getenv() ,putenv() ,unsetenv()
PTC MKS Toolkit 10.4 Documentation Build 39.