stdint.h是c99中引进的一个标准C库的头文件。调用uint8_t,uint16_t,uint32_t,uint32_t等类型时需要调用头文件#include <stdint.h>,而不能直接如同char,int一样直接调用。