当前位置:主页 > 生活知识 >

typedef用法(C语言typedef struct的用法)

  • 生活知识
  • 2023-09-10 09:20
  • 来源:www.renliuw.cn
  • 生活知识

在c中定义一个结构体类型用typedef

typedef struct Student

{

int m;

}Stu;

用这种形式定义的时候,在声明结构体变量的时候可用:Stu stu1; 这种形式也等同于struct Strdent stu1;

这里的Stu和struct Student等同,Stu也就相当于struct Student的另一个名字。

无痛人流