From 02bde8d33428240395bd17a169edee18986352a9 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 15 Nov 1995 21:59:20 +0000 Subject: . --- lib/xstrtod.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 lib/xstrtod.h (limited to 'lib/xstrtod.h') diff --git a/lib/xstrtod.h b/lib/xstrtod.h new file mode 100644 index 000000000..69c787711 --- /dev/null +++ b/lib/xstrtod.h @@ -0,0 +1,15 @@ +#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 + xstrtod (const char *str, const char **ptr, double *result); + +#endif /* XSTRTOD_H */ -- cgit v1.2.3-54-g00ecf