Next: , Previous: Command-line arguments, Up: Support For Unix


7.3.2 Querying the process environment

The UNIX environment can be queried with the sb-ext:posix-getenv function.

— Function: posix-getenv [sb-ext] name

Return the "value" part of the environment string "name=value" which corresponds to name, or nil if there is none.