mirror of
https://github.com/krahets/hello-algo.git
synced 2026-08-13 20:20:58 +00:00
build
This commit is contained in:
@@ -1152,7 +1152,7 @@ comments: true
|
||||
/* 链表节点 */
|
||||
struct node {
|
||||
Pair *pair;
|
||||
struct Node *next;
|
||||
struct node *next;
|
||||
};
|
||||
|
||||
typedef struct node Node;
|
||||
|
||||
Reference in New Issue
Block a user