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:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user