mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-19 13:49:17 +02:00
5 lines
191 B
Scheme
5 lines
191 B
Scheme
|
|
(define-library (scheme process-context)
|
|
(import (scheme) (srfi 98) (only (chibi process) exit))
|
|
(export get-environment-variable get-environment-variables
|
|
command-line exit))
|