lua-users home
lua-l archive

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


How do you get the size of a compact table in C in Lua 5.0?

I've seen people talk about lua_objsize() and luaH_getn() but I could not find them in 5.0, so I guess they are new in 5.1?

Brian