What should be the exact typedef
for unsigned long long
?
For example:
typedef unsigned int uint32 ;
//considering my machine reading
typedef unsigned char byte ;
So what is
typedef unsigned long long ______ ;
Is it uint64
or more than this?