SYNOPSIS
#include <stdlib.h>
int putenv(const char *string);
DESCRIPTION
The
PARAMETERS
RETURN VALUES
If successful,
- EINVAL
-
The parameter name is NULL or is not in the form "name=value".
- ENOMEM
-
There is not enough memory to allocate name value.
CONFORMANCE
ANSI/ISO 9889-1990.
MULTITHREAD SAFETY LEVEL
MT-Safe.
PORTING ISSUES
The NuTCRACKER Platform copies the environment string, rather than embedding it within the environment.
When a NuTCRACKER Platform application starts, the NuTCRACKER Platform converts all paths in the
environment from Windows format to NuTCRACKER Platform format. When
You can control which environment variables get converted and which do not with the by setting the NUT_ENV_CONVERT or NUT_ENV_LITERAL environment variables.
AVAILABILITY
MKS Toolkit for Professional Developers
MKS Toolkit for Enterprise Developers
MKS Toolkit for Enterprise Developers 64-Bit Edition
SEE ALSO
- Functions:
_NutWIN32getenv() ,_NutWIN32putenv() ,getenv()
- Miscellaneous:
- environ
MKS Toolkit 9.2 Documentation Build 16.