我见过许多程序,包括如下所示的结构
typedef struct { int i; char k; } elem; elem user;
为什么经常这么需要?任何具体原因或适用范围?
c struct typedef
c ×1
struct ×1
typedef ×1