mirror of
https://github.com/coreutils/coreutils.git
synced 2024-11-26 19:34:15 +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"
|