1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-05-18 16:31:26 +02:00

[!defined strtoumax]: Declare strtoumax.

This commit is contained in:
Jim Meyering
1999-07-04 10:40:04 +00:00
parent 08da7047d0
commit 376c3fe740

View File

@@ -86,6 +86,10 @@ long int strtol ();
unsigned long int strtoul ();
#endif
#ifndef strtoumax
uintmax_t strtoumax ();
#endif
static int
bkm_scale (__strtol_t *x, int scale_factor)
{