Printf long long int in C with GCC?

前端 未结 4 1451
不知归路
不知归路 2020-12-07 22:25

How do I printf long long int and also unsigned long long int in C99 using GCC?

I have searched the other posts which suggest to use

4条回答
  •  萌比男神i
    2020-12-07 22:37

    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.

提交回复
热议问题