File: stdio.scm

package info (click to toggle)
slib 3b1-3
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 4,032 kB
  • ctags: 2,236
  • sloc: lisp: 29,164; makefile: 438; sh: 279
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))