UP
This commit is contained in:
@@ -12,7 +12,7 @@ typedef struct List_Node_t { //节点结构
|
||||
struct List_Node_t *next;
|
||||
} List_Node_t;
|
||||
|
||||
typedef struct { //链表结构
|
||||
typedef struct{ //链表结构
|
||||
List_Node_t *head;
|
||||
List_Node_t *tail;
|
||||
long len;
|
||||
|
Reference in New Issue
Block a user