1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-21 03:12:48 +02:00
This commit is contained in:
Jim Meyering
1995-11-15 21:59:55 +00:00
parent 02bde8d334
commit cf14c509f3

View File

@@ -10,6 +10,6 @@
#endif /* Not __P. */
int
xstrtod (const char *str, const char **ptr, double *result);
xstrtod __P ((const char *str, const char **ptr, double *result));
#endif /* XSTRTOD_H */