set-os-envs-pointer ( malloc -- )
Environment variables

Prev:change-os-env ( key quot -- )


Vocabulary
environment

Inputs
malloca pointer to memory from the heap obtained through malloc or similar


Outputs
None

Word description
Set then environ pointer. Factor must retain a pointer to this memory until exiting the program.

Notes
Names and values of environment variables are operating system-specific.

See also
os-env, os-envs, set-os-env, unset-os-env, set-os-envs, change-os-env, with-os-env

Definition


Methods