changeset 121 | fef2ccfa7b12 |
parent 77 | 49e0babccb23 |
120:430dbec0c228 | 121:fef2ccfa7b12 |
---|---|
5 |
5 |
6 #include <stdio.h> |
6 #include <stdio.h> |
7 #include <stdlib.h> |
7 #include <stdlib.h> |
8 #include <string.h> |
8 #include <string.h> |
9 |
9 |
10 #include <list.h> |
10 #include <lsf/list.h> |
11 |
11 |
12 Node *addnode (Node * node, char *data) |
12 Node *addnode (Node * node, char *data) |
13 { |
13 { |
14 Node *n; |
14 Node *n; |
15 |
15 |