Hi all,
I am reading an old Lua project, and come across "luaL_openlib" function. I try to find it in
5.0 manual, but nothing can find. In
5.1, only "Function luaL_openlib was replaced
by luaL_register." is found.
Where can I get the official document of "luaL_openlib" function? Such as prototype,
how to use, etc.
Thanks very much in advance!