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