scheme-to-c/implementation-helpers.chezscheme.sls
2013-11-15 16:39:25 -05:00

4 lines
145 B
Scheme

(library (implementation-helpers)
(export printf format system pretty-print)
(import (only (chezscheme) printf format system pretty-print)))