利用typedef关键字为数据类型命名 e.g.

typedef type HollowKnight;
HollowKnight a, b;

//也可以用typedef命名结构体
typedef struct HollowKnights

typedef vs “#define”