diff options
Diffstat (limited to 'lib/cl-strtod.h')
-rw-r--r-- | lib/cl-strtod.h | 4 |
1 files changed, 4 insertions, 0 deletions
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)); |