结构体构造的含义,不懂每个符号的含义。

typedef struct node{
char date;
struct node *link;
}STNnode,*STLink;
为什么这里的类型有时候是QElemTyp
又有时候是QElemType,这又是啥意思?

QElemTyp跟QElemType哪里出现的