janet/ffitest
Calvin Rose 2e9f67f4e4 Change all "native-*" to ffi/. Move new dll loading funcs.
native-close, raw-native and native-lookup have become
ffi/close, ffi/native, and ffi/lookup instead.

The new ffi module will be useful for any architecture even if we don't
support making calls to certain functions. We can simple add a
do-nothing calling convetion that panics on call. ffi/read and ffi/write
are useful in their own right.
2022-06-12 10:02:02 -05:00
..
gtk.janet Change all "native-*" to ffi/. Move new dll loading funcs. 2022-06-12 10:02:02 -05:00
so.c Make sure void return types work as expected. 2022-06-10 12:33:01 -05:00
test.janet Change all "native-*" to ffi/. Move new dll loading funcs. 2022-06-12 10:02:02 -05:00