1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-20 10:51:48 +02:00
Files
coreutils/lib/xstrtod.h

16 lines
309 B
C
Raw Normal View History

1995-11-15 21:59:20 +00:00
#ifndef XSTRTOD_H
#define XSTRTOD_H 1
#ifndef __P
# if defined (__GNUC__) || (defined (__STDC__) && __STDC__)
# define __P(args) args
# else
# define __P(args) ()
# endif /* GCC. */
#endif /* Not __P. */
int
1995-11-15 21:59:55 +00:00
xstrtod __P ((const char *str, const char **ptr, double *result));
1995-11-15 21:59:20 +00:00
#endif /* XSTRTOD_H */