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:50:36
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <20250320165036.00002da3@yahoo.com>
References : 1 2 3 4 5 6 7 8
User-Agent : Claws Mail 3.19.1 (GTK+ 2.24.33; x86_64-w64-mingw32)
On Thu, 20 Mar 2025 13:27:36 +0000
Richard Heathfield <
rjh@cpax.org.uk> wrote:
I see now from casual research that C17 was predominantly a bug
fix, but that C11 and C23 were somewhat busier.
As far as basic language is concerned, the biggest change in C23 is
the meaning of declaration 'bar_t foo()'. In C23 it is an equivalent of
'bar_t foo(void)', like in C++.