【发布时间】:2012-07-24 20:05:18
【问题描述】:
【问题讨论】:
-
与how to printf uint64_t 完全相同。
-
我想要它用于 u_int64_t。两者都一样吗?我的意思是 uint64_t 和 u_int64_t..?
-
此问题与 uint64_t 问题并不完全相同。
u_int8_t、u_int16_t、u_int32_t和u_int64_t类型显示在 Linux 标头中:/usr/include/sys/types.h,并带有注释But these were defined by ISO C without the first '_'。
标签: c compiler-construction printf format-specifiers