Hi Valery,

On Tue, Dec 3, 2013 at 11:58 AM, Valery Ushakov <u...@stderr.spb.ru> wrote:
> On Tue, Dec 03, 2013 at 11:45:15 -0200, Lourival Vieira Neto wrote:
>
>> Also, moving to intmax_t, would help in string library. It needs a
>> length modifier for string.format (LUA_INTFRMLEN). AFAIK, there is no
>> length modifier defined for int64_t. Using intmax_t we could just use
>> "j".
>
> There is: PRId64 &c.

I think PRI/SCNd64 are conversion specifiers. In practice, I think
they will always expand to the same thing. But the standard
differentiates these two kind of specifiers. Doesn't it?

Regards,
-- 
Lourival Vieira Neto

Reply via email to