From 758f820bcc0f68aeebac1717e537ca13a320b909 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 18:11:47 +0200 Subject: Adding upstream version 9.1. Signed-off-by: Daniel Baumann --- lib/cl-strtod.h | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 lib/cl-strtod.h (limited to 'lib/cl-strtod.h') diff --git a/lib/cl-strtod.h b/lib/cl-strtod.h new file mode 100644 index 0000000..4f11972 --- /dev/null +++ b/lib/cl-strtod.h @@ -0,0 +1,4 @@ +double cl_strtod (char const *, char **restrict) + _GL_ATTRIBUTE_NONNULL ((1)); +long double cl_strtold (char const *, char **restrict) + _GL_ATTRIBUTE_NONNULL ((1)); -- cgit v1.2.3