VocabularyenvironmentInputsassoc | an association mapping strings to strings |
OutputsNone
Word descriptionReplaces the current set of environment variables.
WarningLeaks memory on Unix. If your program calls this function repeatedly, call
set-os-envs-pointer with a malloced pointer and manage your memory instead.
NotesNames and values of environment variables are operating system-specific. Windows NT allows values up to 32766 characters in length.
See alsoos-env,
os-envs,
set-os-env,
unset-os-env,
set-os-envs-pointer,
change-os-env,
with-os-envDefinition