[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: formatting long integers
- From: WU Jun <quark@...>
- Date: Thu, 18 Mar 2010 21:37:15 +0800
Sorry for previous messages. I have taken it for granted.
I read lua source and find lua has implemented its own formatting
functions, different from C.
For that reason, I support add appropriate comments in lua doc.
On 03/18/2010 09:25 PM, Leo Razoumov wrote:
>
> Please, read Lua manual. Lua does *NOT* support many of important
> printf flags that are part of ANSI C. You simply cannot use "%lld" in
> Lua but you can use it C.
>
> --Leo--
>