Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有什么方法可以printf在size_t不先强制转换或生成编译器警告的情况下给出?(我总是用 . 编译-Wall。)
printf
size_t
-Wall
printf("%zu", sizeof(whatever));