1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-20 18:56:39 +02:00
Files
coreutils/lib/xstrtoul.c

7 lines
172 B
C
Raw Normal View History

#define __strtol strtoul
#define __strtol_t unsigned long int
#define __xstrtol xstrtoul
2003-10-15 07:26:36 +00:00
#define STRTOL_T_MINIMUM 0
#define STRTOL_T_MAXIMUM ULONG_MAX
1994-12-20 04:17:23 +00:00
#include "xstrtol.c"