coreutils/lib/xstrtod.h
1998-01-16 08:51:39 +00:00

16 lines
301 B
C

#ifndef XSTRTOD_H
# define XSTRTOD_H 1
# ifndef PARAMS
# if defined PROTOTYPES || (defined __STDC__ && __STDC__)
# define PARAMS(Args) Args
# else
# define PARAMS(Args) ()
# endif
# endif
int
xstrtod PARAMS ((const char *str, const char **ptr, double *result));
#endif /* not XSTRTOD_H */