File: stdio.scm

package info (click to toggle)
slib 3a4-4
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 3,788 kB
  • ctags: 2,171
  • sloc: lisp: 28,038; makefile: 453; sh: 264
file content (5 lines) | stat: -rw-r--r-- 148 bytes parent folder | download | duplicates (8)
1
2
3
4
5
;; "stdio.scm" compatability stub
;@
(define stdin (current-input-port))
(define stdout (current-output-port))
(define stderr (current-error-port))