printf format specifiers for uint32_t and size_t ... #include <inttypes.h> ... printf("i [ %zu ] k [ %"PRIu32" ]\n", i, k);. The z represents an integer of length ...
確定! 回上一頁