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

4 lines
141 B
Scheme

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