Y
Hacker News
new
|
ask
|
show
|
jobs
by
pansa2
233 days ago
>
a general equivalent to the C++ `extern "C" { ... }` thing
That sounds a lot like what LuaJIT’s FFI provides:
https://luajit.org/ext_ffi.html
1 comments
pcfwik
232 days ago
Oh awesome, thanks for the pointer!
link