1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-03-01 18:43:55 +02:00

(STRING_TO_UNSIGNED): Remove.

(__strtol, __strtol_t, __xstrtol): New macros.
This commit is contained in:
Jim Meyering
1999-04-18 23:15:02 +00:00
parent a7a7424b8b
commit ddd5fa0ce5

View File

@@ -1,2 +1,4 @@
#define STRING_TO_UNSIGNED 1
#define __strtol strtoul
#define __strtol_t unsigned long int
#define __xstrtol xstrtoul
#include "xstrtol.c"