uint32_t 是C/C++ 標准中定義的類型。 //包含以下三個頭文件中任意一個,就可以保證使用uint32_t類型 <inttypes.h> <stdint.h> ... uint32_t 比uint32的可移植性更好。
確定! 回上一頁