scheme/command-line.sld

6 lines
166 B
Plaintext
Raw Permalink Normal View History

(define-library (lassik command-line)
2020-03-19 02:24:33 -04:00
(export join-posix-command-line
join-windows-command-line)
(import (scheme base))
(include "command-line.scm"))