Codebase list slib / c3cff174-23c5-46e7-8fc8-476444661638/main stdio.scm
c3cff174-23c5-46e7-8fc8-476444661638/main

Tree @c3cff174-23c5-46e7-8fc8-476444661638/main (Download .tar.gz)

stdio.scm @c3cff174-23c5-46e7-8fc8-476444661638/mainraw · history · blame

1
2
3
4
5
;; "stdio.scm" compatability stub
;@
(define stdin (current-input-port))
(define stdout (current-output-port))
(define stderr (current-error-port))