How do I printf long long int and also unsigned long long int in C99 using GCC?
long long int
unsigned long long int
I have searched the other posts which suggest to use
Try to update your compiler, I'm using GCC 4.7 on Windows 7 Starter x86 with MinGW and it compiles fine with the same options both in C99 and C11.