mirror of
git://git.sv.gnu.org/coreutils
synced 2026-06-03 14:27:59 -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"
|