mirror of
https://github.com/coreutils/coreutils.git
synced 2025-01-09 17:43:23 +08: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"
|