coreutils/lib/xstrtod.h

16 lines
301 B
C
Raw Normal View History

1995-11-16 05:59:20 +08:00
#ifndef XSTRTOD_H
1996-07-15 11:56:06 +08:00
# define XSTRTOD_H 1
1995-11-16 05:59:20 +08:00
# ifndef PARAMS
# if defined PROTOTYPES || (defined __STDC__ && __STDC__)
# define PARAMS(Args) Args
# else
# define PARAMS(Args) ()
# endif
# endif
1995-11-16 05:59:20 +08:00
int
1996-10-17 10:59:09 +08:00
xstrtod PARAMS ((const char *str, const char **ptr, double *result));
1995-11-16 05:59:20 +08:00
1996-10-10 12:15:54 +08:00
#endif /* not XSTRTOD_H */