Go to the documentation of this file. 31 # define strtoll _strtoi64 32 # define strtoull _strtoui64 40 #undef STRING_TO_METHOD 43 #define STRING_TO_TYPE unsigned char 44 #define STRING_TO_NAME StringToUnsignedChar 45 #define STRING_TO_METHOD strtoul 46 #define STRING_TO_MAX 255 54 #undef STRING_TO_METHOD 57 #define STRING_TO_TYPE unsigned long int 58 #define STRING_TO_NAME StringToUnsignedLong 59 #define STRING_TO_METHOD strtoul 60 #define STRING_TO_MAX ULONG_MAX 68 #undef STRING_TO_METHOD 71 #define STRING_TO_TYPE unsigned long long 72 #define STRING_TO_NAME StringToUnsignedLongLong 73 #define STRING_TO_METHOD strtoull 74 #define STRING_TO_MAX ULLONG_MAX