我的程序源码里面只有如下定义
typedef unsigned char uint_least8_t;
typedef unsigned short int uint_least16_t;
typedef unsigned int uint_least32_t;
typedef unsigned __int64 uint_least64_t;
为什么我没有在stm32f4里面看见有32位数据长度呢,就是unsigned long int
友情提示: 此问题已得到解决,问题已经关闭,关闭后问题禁止继续编辑,回答。
short int 是16位的
一周热门 更多>