diff options
| author | Bryan Newbold <bnewbold@robocracy.org> | 2017-02-20 00:05:29 -0800 |
|---|---|---|
| committer | Bryan Newbold <bnewbold@robocracy.org> | 2017-02-20 00:05:29 -0800 |
| commit | 8466d8cfa486fb30d1755c4261b781135083787b (patch) | |
| tree | c8c12c67246f543c3cc4f64d1c07e003cb1d45ae /stdio.scm | |
| parent | 87b82b5822ca54228cfa6df29be3ad9d4bc47d16 (diff) | |
| download | slib-8466d8cfa486fb30d1755c4261b781135083787b.tar.gz slib-8466d8cfa486fb30d1755c4261b781135083787b.zip | |
Import Upstream version 3a1upstream/3a1
Diffstat (limited to 'stdio.scm')
| -rw-r--r-- | stdio.scm | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -1,8 +1,5 @@ ;; "stdio.scm" compatability stub - -(require 'scanf) -(require 'printf) - +;@ (define stdin (current-input-port)) (define stdout (current-output-port)) (define stderr (current-error-port)) |
