Sujet : Re: Suggested method for returning a string from a C program?
De : already5chosen (at) *nospam* yahoo.com (Michael S)
Groupes : comp.lang.cDate : 20. Mar 2025, 15:59:14
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <20250320165914.000030eb@yahoo.com>
References : 1 2 3 4 5 6 7 8 9 10 11 12
User-Agent : Claws Mail 3.19.1 (GTK+ 2.24.33; x86_64-w64-mingw32)
On Thu, 20 Mar 2025 14:50:25 -0000 (UTC)
Muttley@DastardlyHQ.org wrote:
What makes you think they're macros?
PRIu64 and PRId64 are macros. They are ugly.
I don't agree with people that call int64_t ugly, but PRIxN is
different.