mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-15 02:00:22 +02:00
Import SLIB 2d1.
This commit is contained in:
parent
92e7e03fae
commit
9ddacf866c
165 changed files with 61896 additions and 0 deletions
8
module/slib/stdio.scm
Normal file
8
module/slib/stdio.scm
Normal file
|
@ -0,0 +1,8 @@
|
|||
;; "stdio.scm" compatability stub
|
||||
|
||||
(require 'scanf)
|
||||
(require 'printf)
|
||||
|
||||
(define stdin (current-input-port))
|
||||
(define stdout (current-output-port))
|
||||
(define stderr (current-error-port))
|
Loading…
Add table
Add a link
Reference in a new issue