Printf long long int in C with GCC?

前端 未结 4 1452
不知归路
不知归路 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:50

    You can try settings of code::block, there is a complier..., then you select in C mode.

    enter image description here

提交回复
热议问题