equal
deleted
inserted
replaced
|
1 /** |
|
2 * test/demos/lsflib/include/list.h |
|
3 * Copyright (C) 2008 Markus Broeker |
|
4 */ |
|
5 |
1 #ifndef __LIST_H__ |
6 #ifndef __LIST_H__ |
2 #define __LIST_H__ |
7 #define __LIST_H__ |
3 |
8 |
4 typedef struct node { |
9 typedef struct node { |
5 char *data; |
10 char *data; |