How to use strtol to read from an __int64 value?
c
Solution
You can use _strtoi64 or _strtoui64.
Problem
Do exist on msvc and mingw a 64 bits equivalent function to do it ? Aparently K&R was thinking that 2^32 was enough
c
You can use _strtoi64 or _strtoui64.
Do exist on msvc and mingw a 64 bits equivalent function to do it ? Aparently K&R was thinking that 2^32 was enough