Hash : a49ce973 Author : Date : 1999-04-18T23:15:02
(STRING_TO_UNSIGNED): Remove. (__strtol, __strtol_t, __xstrtol): New macros.
Download
1 2 3 4
#define __strtol strtoul #define __strtol_t unsigned long int #define __xstrtol xstrtoul #include "xstrtol.c"