lua-users home
lua-l archive

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


Hello All,

In my bindings I have a library created in C (using luaL_newlib)

Later on, In some situation, I would like to have another C code appending more functions into that existing library.

How can I do this only using C?

Thanks in advance,
Marcelo