#ifndef XSTRTOD_H # define XSTRTOD_H 1 int xstrtod (const char *str, const char **ptr, double *result); #endif /* not XSTRTOD_H */