typedef

Posted sumaywlx

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了typedef相关的知识,希望对你有一定的参考价值。

题记:

王道里将 typedef 和 struct 和 指针混在一起用,暂时理解不动,就找资料来学习...

tips:

1.优先级的角度,结合顺序

ref:

c语言中文网 http://c.biancheng.net/view/2040.html

指针 https://blog.csdn.net/constantin_/article/details/79575638

菜鸟教程 https://www.runoob.com/cprogramming/c-typedef.html

 

 

以上是关于typedef的主要内容,如果未能解决你的问题,请参考以下文章

typedef&define的用法与区别

typedef与#define的区别