|
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