I have created a Lua table in C, but I\'m not sure how to push that table onto the top of a stack so I can pass it to a Lua function.
Does anyone know h
The table is already in the stack, where lua_newtable left it, isn't it?
lua_newtable