4 lines
163 B
Scheme
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)))
|