谁帮我解释一下下面的代码,谢谢!
typedef struct SeqList{
int date;
struct SeqList* next;
}node,*pnode;
2010-09-16 22:51
2010-09-16 23:09
2010-09-16 23:17
2010-09-17 00:03
2010-09-17 09:32

2010-09-17 16:00
2010-09-20 00:54
2010-09-21 22:28
2010-09-29 22:33

2010-09-29 22:39