1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-20 02:36:16 +02:00
This commit is contained in:
Jim Meyering
1996-10-10 04:15:54 +00:00
parent 1a7260cada
commit 5921df05c5

View File

@@ -3,13 +3,13 @@
# ifndef __P
# if defined (__GNUC__) || (defined (__STDC__) && __STDC__)
# define __P(args) args
# define __P(Args) Args
# else
# define __P(args) ()
# endif /* GCC. */
# endif /* Not __P. */
# define __P(Args) ()
# endif
# endif
int
xstrtod __P ((const char *str, const char **ptr, double *result));
#endif /* XSTRTOD_H */
#endif /* not XSTRTOD_H */