|
Message-Id: <cover.1684932891.git.Jens.Gustedt@inria.fr> Date: Wed, 24 May 2023 21:38:50 +0200 From: Jens Gustedt <Jens.Gustedt@...ia.fr> To: musl@...ts.openwall.com Subject: [C23 new stdlib 0/4] changes in stdlib.h In C23, <stdlib.h> comes with a handful of new functions Jens Gustedt (4): C23: add the new interfaces free_sized and free_aligned_sized for stdlib.h C23: add the memalignment function C23: implement the new strfrom[dfl] functions C23: add the new include guard to stdlib.h include/stdlib.h | 13 +++++++++++-- src/malloc/free.c | 10 ++++++++++ src/stdlib/memalignment.c | 6 ++++++ src/stdlib/strfromd.c | 21 +++++++++++++++++++++ 4 files changed, 48 insertions(+), 2 deletions(-) create mode 100644 src/stdlib/memalignment.c create mode 100644 src/stdlib/strfromd.c -- 2.34.1
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.