lua-users home
lua-l archive

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


> in lstrlib.c in luaI_addquotedbinary()
> the code reads:
> 	sprintf(str, "\\x%04x", (unsigned long)*s);

What version of Lua is this?

-- Roberto