chibi-scheme/lib/chibi/posix.module

9 lines
247 B
Text

(define-module (chibi posix)
(export open-input-fd open-output-fd
delete-file link-file symbolic-link rename-file
create-directory delete-directory
current-seconds)
(import (scheme))
(include-shared "posix"))