chibi-scheme/tests/ffi
Alex Shinn 2e4d0aed91 Handling non-pointer struct return types in the ffi. We do a flat memcopy
of the struct to heap.  Only the base case is supported - combining with
multiple values or returning fixed-size arrays of structs won't work.
Fixes issue #270.
2015-06-22 23:01:44 +09:00
..
ffi-tests.scm Handling non-pointer struct return types in the ffi. We do a flat memcopy 2015-06-22 23:01:44 +09:00