Do exist on msvc and mingw a 64 bits equivalent function to do it ?
Aparently K&R was thinking that 2^32 was enough
Use _strtoi64 or _strtoui64
strtoll() is in C99 and POSIX.1-2001.
strtoll()