Sujet : Re: Suggested method for returning a string from a C program?
De : already5chosen (at) *nospam* yahoo.com (Michael S)
Groupes : comp.lang.cDate : 23. Mar 2025, 11:06:55
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <20250323120655.00006534@yahoo.com>
References : 1 2 3 4 5 6 7 8 9 10 11
User-Agent : Claws Mail 3.19.1 (GTK+ 2.24.33; x86_64-w64-mingw32)
On Sun, 23 Mar 2025 08:25:59 +0000
Richard Heathfield <
rjh@cpax.org.uk> wrote:
On 22/03/2025 23:46, Tim Rentsch wrote:
Here is my summary of the corresponding list in the C11 standard
(descriptive headings reprepresent my own views on each area):
Thank you, Tim. What I'm taking away from this is that I'm not
personally affected by the changes. The getsectomy is a welcome
surprise, and the rest I can safely ignore.
No doubt others will appreciate your summary for other reasons,
so I've scribbled them down locally. Thanks again.
Apart from removal of gets() and not going into numerics for sake of
brevity, C11 has several useful additions to "old" library stuff, some
long overdue.
The #1 on my list is qsort_s().
The #2 is timespec_get().