lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Hi, 

    I want to wrap int Init(int argc, char** argv) .
   I can understand that ffi.new('char[1][1]"), ffi.new('char**") which should be used.

   Any advice is valuable for me, thanks.