changeset 121 | fef2ccfa7b12 |
parent 77 | 49e0babccb23 |
120:430dbec0c228 | 121:fef2ccfa7b12 |
---|---|
3 * Copyright (C) 2008 Markus Broeker |
3 * Copyright (C) 2008 Markus Broeker |
4 */ |
4 */ |
5 |
5 |
6 #include <stdio.h> |
6 #include <stdio.h> |
7 #include <stdlib.h> |
7 #include <stdlib.h> |
8 #include <list.h> |
8 |
9 #include <lsf/list.h> |
|
9 |
10 |
10 int main (int argc, char **argv) |
11 int main (int argc, char **argv) |
11 { |
12 { |
12 Node *node, *begin; |
13 Node *node, *begin; |
13 int i; |
14 int i; |