我觉得这段话不是你说的意思吧。
似乎是不建议对已经有的type使用typedef
但是如果你在定义时直接就来一个typedef,应该是没有问题的。
C语言里有没有那个struct不影响阅读。
【 在 ArchLinux (a lightweight and flexible distribution) 的大作中提到: 】
: 标 题: Re: typedef struct 干嘛
: 发信站: 水木社区 (Sun Aug 15 11:10:57 2021), 站内
:
: 实际上写C也不建议随便对struct使用typedef. 在后续的使用中多打个struct可以让代码可读性好一些。
:
:
https://www.kernel.org/doc/html/latest/process/coding-style.html#typedefs:
: C++就不需要这种写法了,因为C++的struct实际上就是class,不过有些从C迁移到C++的代码保留这样的写法并不奇怪。
:
: 【 在 confinement (禁闭) 的大作中提到: 】
: : 这样 typedef 好处是什么,什么情况下要这么搞?
: : typedef struct AStructName
: : {
: : ...................
:
: --
:
: ※ 来源:·水木社区 mysmth.net·[FROM: 59.109.219.*]
--
FROM 76.126.252.*