mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-04-21 03:12:48 +02:00
Use __P.
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user