第十周 1.4 结构体+指针04
酷酷方画笔
发布于2025-11-13 13:43:37
typedef 别名 typedef 原始数据类型名 新类型名 例如typedef unsigned int uint
别名另一种方法 using uint = unsigned int
作用域
0

