1.13Environment support

Functions used to access the process environment variables.

Environment variables are an handful way to provide system wide configuration. Falcon RTL getenv(), setenv() and unsetenv() functions peek and manipulates environment variables.

Variables set with "setenv()" will be available to child processes in case they are launched with the utilities in the Process module.

Made with http://www.falconpl.org