I have the followingsize_t i = 0;uint32_t k = 0;printf("i [ %lu ] k [ %u ]n", i, k); I get the following warning when compiling:format '%lu' expects type ...
確定! 回上一頁