lsflib/include/list.h
changeset 9 c3fecc82ade6
parent 6 c3dc3eb3b541
equal deleted inserted replaced
8:96d16dfe787a 9:c3fecc82ade6
       
     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;