ucx/list.h

changeset 26
59f147baea31
parent 23
ccc294fafb9b
child 27
22644e2572bc
equal deleted inserted replaced
25:3192553c0df1 26:59f147baea31
9 #include <stddef.h> 9 #include <stddef.h>
10 10
11 #ifdef __cplusplus 11 #ifdef __cplusplus
12 extern "C" { 12 extern "C" {
13 #endif 13 #endif
14 14
15 typedef struct UcxList UcxList; 15 typedef struct UcxList UcxList;
16 struct UcxList { 16 struct UcxList {
17 void *data; 17 void *data;
18 UcxList *next; 18 UcxList *next;
19 }; 19 };

mercurial