|
Message-Id: <cover.1684932960.git.Jens.Gustedt@inria.fr> Date: Fri, 26 May 2023 11:25:42 +0200 From: Jens Gustedt <Jens.Gustedt@...ia.fr> To: musl@...ts.openwall.com Subject: [C23 string conversion 0/3] A collection of mem and string conversions Jens Gustedt (3): C23: add the new memset_explicit function C23: implement the c8rtomb and mbrtoc8 functions C23: add the new include guards for string.h and wchar.h include/string.h | 5 ++-- include/uchar.h | 6 +++++ include/wchar.h | 4 +-- src/multibyte/c8rtomb.c | 31 ++++++++++++++++++++++ src/multibyte/mbrtoc8.c | 51 ++++++++++++++++++++++++++++++++++++ src/string/memset_explicit.c | 14 ++++++++++ 6 files changed, 107 insertions(+), 4 deletions(-) create mode 100644 src/multibyte/c8rtomb.c create mode 100644 src/multibyte/mbrtoc8.c create mode 100644 src/string/memset_explicit.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.