printf format specifiers for uint32_t and size_t我有以下[cc lang=c]size_t i = 0;uint32_t k = 0;printf(i [ %lu ] k [ %u ], i, k);[/cc]编译时 ...
確定! 回上一頁