mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-04-20 10:51:48 +02:00
7 lines
175 B
C
7 lines
175 B
C
|
|
#define __xdectoint xdectoumax
|
||
|
|
#define __xnumtoint xnumtoumax
|
||
|
|
#define __xdectoint_t uintmax_t
|
||
|
|
#define __xstrtol xstrtoumax
|
||
|
|
#define __xdectoint_signed 0
|
||
|
|
#include "xdectoint.c"
|