我有以下内容size_t i = 0; uint32_t k = 0; printf("i [ %lu ] k [ %u ]\n", i, k); 编译时我收到以下警告:format '%lu' expects type 'long unsigned int', ...
確定! 回上一頁