lua-users home
lua-l archive

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


> Is there an implementation of luaL_tostring floating around?  I'd like  
> to incorporate it into my application and I don't feel like waiting  
> for Lua 5.2.

It's essentially luaB_tostring but with the same signature as lua_tostring.
	http://www.lua.org/source/5.1/lbaselib.c.html#luaB_tostring