summaryrefslogtreecommitdiffstats
path: root/lib/cl-strtod.h
blob: 4f1197231de67c699a753cfc15b244f4a7bc2501 (plain)
1
2
3
4
double cl_strtod (char const *, char **restrict)
  _GL_ATTRIBUTE_NONNULL ((1));
long double cl_strtold (char const *, char **restrict)
  _GL_ATTRIBUTE_NONNULL ((1));