Hash : b04e98ba Author : Date : 2010-03-14T19:25:45
Fix compilation error with Sun C.
Download
1 2 3 4 5 6
#define __strtol strtoull #define __strtol_t unsigned long long int #define __xstrtol xstrtoull #define STRTOL_T_MINIMUM 0 #define STRTOL_T_MAXIMUM ULLONG_MAX #include "xstrtol.c"