4 lines
141 B
Scheme
4 lines
141 B
Scheme
(library (implementation-helpers)
|
|
(export printf format system pretty-print)
|
|
(import (only (vicare) printf format system pretty-print)))
|