Fix missing i/o routines
This commit is contained in:
parent
907753c1cb
commit
dc1a42e33f
1 changed files with 8 additions and 0 deletions
|
@ -13,6 +13,14 @@
|
||||||
#:use-module (prescheme scheme48)
|
#:use-module (prescheme scheme48)
|
||||||
#:use-module (prescheme platform)
|
#:use-module (prescheme platform)
|
||||||
#:use-module (prescheme ps-defenum)
|
#:use-module (prescheme ps-defenum)
|
||||||
|
#:use-module ((ice-9 ports)
|
||||||
|
#:select (open-input-file
|
||||||
|
open-output-file
|
||||||
|
close-input-port
|
||||||
|
close-output-port
|
||||||
|
read-char
|
||||||
|
peek-char)
|
||||||
|
#:prefix scheme:)
|
||||||
#:export (shift-left arithmetic-shift-right logical-shift-right
|
#:export (shift-left arithmetic-shift-right logical-shift-right
|
||||||
|
|
||||||
deallocate
|
deallocate
|
||||||
|
|
Reference in a new issue