coreutils/lib/xstrtoul.c

5 lines
110 B
C
Raw Normal View History

#define __strtol strtoul
#define __strtol_t unsigned long int
#define __xstrtol xstrtoul
1994-12-20 12:17:23 +08:00
#include "xstrtol.c"