wok diff lua-ffi/description.txt @ rev 25457

Normazile https://sourceforge.net/projects web_sites
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Sep 23 08:28:09 2022 +0000 (20 months ago)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/lua-ffi/description.txt	Fri Sep 23 08:28:09 2022 +0000
     1.3 @@ -0,0 +1,5 @@
     1.4 +This is a library for calling C functions and manipulating C types from lua.
     1.5 +It is designed to be interface compatible with the FFI library in luajit
     1.6 +(see http://luajit.org/ext_ffi.html).
     1.7 +It can parse C function declarations and struct definitions that have been
     1.8 +directly copied out of C header files and into lua source as a string.