Sujet : Re: do { quit; } else { }
De : already5chosen (at) *nospam* yahoo.com (Michael S)
Groupes : comp.lang.cDate : 13. Apr 2025, 18:57:03
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <20250413205703.000059ce@yahoo.com>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
User-Agent : Claws Mail 4.1.1 (GTK 3.24.34; x86_64-w64-mingw32)
On Fri, 11 Apr 2025 11:15:44 -0700
Keith Thompson <Keith.S.Thompson+
u@gmail.com> wrote:
bart <bc@freeuk.com> writes:
[...]
8 A u64 type can be denoted as either 'uint64_t' OR as some
combination of the tokens (long, long, unsigned, [int])
"uint64_t" and "unsigned long long int" do not mean the same thing.
And it's a PITA.