Function
Allows objects to be passed to a C function as instances of <c-Dylan-object>.
register-C-Dylan-object object
<object>.
c-ffi
c-ffi
Allows objects to be passed to a C function as instances of <C-Dylan-object>.
The register-C-Dylan-object function arranges for the garbage collector to leave the storage used by object unclaimed, and assures that the handle passed to C is not accidentally corrupted (from C's point of view) by the memory manager.