会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
先帝创业未半而中岛美雪
首页
新随笔
管理
2023年8月1日
C语言 typedef 定义 struct 变量
摘要: ``` typedef struct node{ datatype data; struct node* next; }linknode,*linklist; ``` 创建单链表 `linklist L; //等价于 struct node * L` 可以理解为,通过typedef,将struct
阅读全文
posted @ 2023-08-01 22:08 可乐芬达
阅读(35)
评论(0)
推荐(0)
编辑
公告