mirror of
https://github.com/coreutils/coreutils.git
synced 2024-12-05 07:54:07 +08:00
7 lines
133 B
C
7 lines
133 B
C
#ifndef XSTRTOD_H
|
|
# define XSTRTOD_H 1
|
|
|
|
int xstrtod (const char *str, const char **ptr, double *result);
|
|
|
|
#endif /* not XSTRTOD_H */
|