rm_/lib/cl-strtod.h

5 lines
166 B
C
Raw Normal View History

2022-07-28 14:16:50 +08:00
double cl_strtod (char const *, char **restrict)
_GL_ATTRIBUTE_NONNULL ((1));
long double cl_strtold (char const *, char **restrict)
_GL_ATTRIBUTE_NONNULL ((1));