首页
技术博客
登录
6mi
u
盘
搜
搜 索
技术博客
【C语言】typedef的基本用法
【C语言】typedef的基本用法
tech
2024-10-07
19
作用: 给已定义的变量类型起个别名 举例:
typedef unsigned char uin8_t;typedef struct Student { int iVariable; }Stu; 变量声明:Stu stu1; 如果没有typedef:struct Student stu1
转载请注明原文地址:https://tech.qufami.com/read-18424.html
最新回复
(
0
)