chibi-scheme/lib/chibi/stty.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

11 lines
299 B
Text

(define-module (chibi stty)
(export stty with-stty with-raw-io
get-terminal-width get-terminal-dimensions
TCSANOW TCSADRAIN TCSAFLUSH)
(import-immutable (scheme)
(srfi 33)
(srfi 69))
(include-shared "stty")
(include "stty.scm"))