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