(main) [!POSIXLY_CORRECT]: Allow the identity mappings:
[coreutils.git] / lib / xstrtod.h
blobb2fffb27893fc6454d3a6c5f397a172e90fe6845
1 #ifndef XSTRTOD_H
2 # define XSTRTOD_H 1
4 #undef PARAMS
5 #if defined (__STDC__) && __STDC__
6 # define PARAMS(Args) Args
7 #else
8 # define PARAMS(Args) ()
9 #endif
11 int
12 xstrtod PARAMS ((const char *str, const char **ptr, double *result));
14 #endif /* not XSTRTOD_H */