SRFI 98: An interface to access environment variables

by Taro Minowa (Higepon)

status: final (2008-09-19)

keywords: Operating System

library name: os-environment-variables

Abstract

This SRFI specifies the procedure get-environment-variable, which gets the value of the specified environment variable, and the procedure get-environment-variables, which gets an association list of all environment variables.