2002-06-08 07:47:23 +00:00
|
|
|
#define __strtol strtoul
|
|
|
|
#define __strtol_t unsigned long int
|
|
|
|
#define __xstrtol xstrtoul
|
2004-07-02 09:18:31 +00:00
|
|
|
#define STRTOL_T_MINIMUM 0
|
|
|
|
#define STRTOL_T_MAXIMUM ULONG_MAX
|
2002-06-08 07:47:23 +00:00
|
|
|
#include "xstrtol.c"
|