scheme-to-c/implementation-helpers.vicare.sls

4 lines
163 B
Scheme

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