printf 打印 unit32_t
今天在网上找了老半天终于找到了:printf 打印 uint32_t 类型
uint32_t domainId;
printf("\ndomainId=========%lu",(unsigned long)domainId);
本文来自博客园,作者:aspirant,转载请注明原文链接:https://www.cnblogs.com/aspirant/p/3651815.html
今天在网上找了老半天终于找到了:printf 打印 uint32_t 类型
uint32_t domainId;
printf("\ndomainId=========%lu",(unsigned long)domainId);
本文来自博客园,作者:aspirant,转载请注明原文链接:https://www.cnblogs.com/aspirant/p/3651815.html