1 2 3 4 5 6 7
(define-library (scheme process-context) (export exit) (begin (--define-native exit process_exit) ))