1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-11 08:10:21 +02:00
guile/module/slib/stdio.scm
2001-04-14 11:24:45 +00:00

8 lines
182 B
Scheme

;; "stdio.scm" compatability stub
(require 'scanf)
(require 'printf)
(define stdin (current-input-port))
(define stdout (current-output-port))
(define stderr (current-error-port))