tinycc-devel
[Top][All Lists]
Advanced

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

Re: [Tinycc-devel] bounds checking


From: Edmund Grimley Evans
Subject: Re: [Tinycc-devel] bounds checking
Date: Tue, 10 Dec 2019 22:14:42 +0000
User-agent: NeoMutt/20170113 (1.7.2)

> #define pv(m) printf(sizeof (s->m + 0) == 8 ? "%llx\n" : "%x\n", s->m)

What's wrong with printf("%llx\n", (unsigned long long)s->m)?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]