tested with vicare and updated the implementation helpers to fix a bug

This commit is contained in:
Andy Keep 2013-11-22 00:19:23 -07:00
parent ce5a6e8a74
commit 92de15f5d5

View File

@ -1,3 +1,3 @@
(library (implementation-helpers)
(export printf format system pretty-print)
(import (only (vicare) printf format system pretty-print)))
(import (only (vicare) printf format pretty-print) (only (vicare posix) system)))