File: stdio.scm

package info (click to toggle)
slib 3b6-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 5,192 kB
  • sloc: lisp: 29,798; makefile: 1,180; sh: 953
file content (5 lines) | stat: -rwxr-xr-x 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))