Liste des Groupes | Revenir à l c |
bart <bc@freeuk.com> writes:Isn't that what I said? However I've just looked at this 700-line header:On 20/03/2025 19:10, Keith Thompson wrote:[...]bart <bc@freeuk.com> writes:Sure, they could; see Doug Gwyn's q8, for example.>stdint.h et al are just ungainly bolt-ons, not fully supported by theNo, they're fully supported by the language. They've been in the ISO
language.
standard since 1999.
I don't think so. They are add-ons that could have been created in
user-code even prior to C99 (user-defined typedefs for 64 bits would
'need long long').
It's not tied into the core language which has char/short/int and controls integer width with 'longs', in denotations, suffixes and format specifier codes.All that's happened is that 'stdint.h' has been blessed.I.e., it was made part of the language, specifically the standard
library that's part of the language standard. Which is what I said,
but for some reason you disagreed.
Yes, the format specifiers are a bit awkward. Boo hoo.They're a lot awkward. They're awkward enough for the built-in types, and it gets worse for the bolted-on types.
Les messages affichés proviennent d'usenet.