jmckaskill / luaffi

Standalone FFI library for calling C functions from lua. Compatible with the luajit FFI interface.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

type parameters

justincormack opened this issue · comments

That was quick :P
What use cases are you looking to use at first?

I think I only need pointers to start with, possibly arrays. ie ffi.typeof("$*", ct) or ffi.typeof("$[$]", ct, n)

(removed my uses for this for ljsyscall, so not a priority for me now).