chibi-scheme/lib/srfi/98.module
Alex Shinn d451a053ca changed type opcode generators to use type objects, not ids
also fixed support for float/double types
2010-09-17 01:47:21 +00:00

5 lines
118 B
Text

(define-module (srfi 98)
(export get-environment-variable get-environment-variables)
(include-shared "98/env"))