summaryrefslogtreecommitdiff
path: root/lib/xstrtod.h
blob: 7af233b2e4fde1084a84f7ec3fdd8175e1c66956 (plain)
1
2
3
4
5
6
#ifndef XSTRTOD_H
# define XSTRTOD_H 1

int xstrtod (const char *str, const char **ptr, double *result);

#endif /* not XSTRTOD_H */