foreign-procedure[syntax] foreign-procedure entry-exp (param-type ...) res-type
[syntax] foreign-procedure conv entry-exp (param-type ...) res-type
ChezScheme: Creates a Scheme procedure that calls routines
defined in the other language.
See also foreign-entry?, provide-foreign-entries,
load-shared-object, load-foreign.
|