Re: question about code in lstrlib.c
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: question about code in lstrlib.c
- From: Roberto Ierusalimschy <roberto@...>
- Date: 2006年2月15日 11:13:18 -0200
> in lstrlib.c in luaI_addquotedbinary()
> the code reads:
> sprintf(str, "\\x%04x", (unsigned long)*s);
What version of Lua is this?
-- Roberto