mirror of
git://git.sv.gnu.org/coreutils
synced 2026-05-11 17:39:33 -04:00
ddd5fa0ce5
(__strtol, __strtol_t, __xstrtol): New macros.
5 lines
110 B
C
5 lines
110 B
C
#define __strtol strtoul
|
|
#define __strtol_t unsigned long int
|
|
#define __xstrtol xstrtoul
|
|
#include "xstrtol.c"
|