File: stdio.scm

package info (click to toggle)
slib 3b1-5
  • links: PTS
  • area: main
  • in suites: buster, stretch
  • size: 5,108 kB
  • ctags: 2,480
  • sloc: lisp: 30,036; makefile: 1,440; sh: 364
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))