(eval-when (:compile-toplevel :load-toplevel :execute) (setf ffi:*output-c-functions* t) (setf ffi:*output-c-variables* t)) (ffi:def-call-out call-out (:language :stdc) (:name "call_out") (:arguments (value ffi:c-string)) (:return-type)) (ffi:def-call-in call-in (:language :stdc) (:name "call_in") (:arguments (value ffi:c-string)) (:return-type))