wok view lua-ffi/description.txt @ rev 25057

linux-libre: fix linux-libre-3.18.129-gnu-slitaz.config
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jun 06 11:05:30 2022 +0000 (2022-06-06)
parents
children
line source
1 This is a library for calling C functions and manipulating C types from lua.
2 It is designed to be interface compatible with the FFI library in luajit
3 (see http://luajit.org/ext_ffi.html).
4 It can parse C function declarations and struct definitions that have been
5 directly copied out of C header files and into lua source as a string.