会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
KevinChase
博客园
首页
新随笔
联系
订阅
管理
2018年5月9日
【C】数据类型定义
摘要: #include <stdint.h> #include "stm32f10x.h" 按照posix标准,一般整型对应的*_t类型为: 1字节 uint8_t 2字节 uint16_t 4字节 uint32_t 8字节 uint64_t
阅读全文
posted @ 2018-05-09 14:37 KevinChase
阅读(209)
评论(0)
推荐(0)
公告