ucx/list.h

changeset 35
fdabd1240b69
parent 27
22644e2572bc
child 36
a9d656e4f7ce
equal deleted inserted replaced
34:0dcd2ca2a223 35:fdabd1240b69
27 UcxList *ucx_list_concat(UcxList *l1, UcxList *l2); 27 UcxList *ucx_list_concat(UcxList *l1, UcxList *l2);
28 UcxList *ucx_list_last(UcxList *l); 28 UcxList *ucx_list_last(UcxList *l);
29 UcxList *ucx_list_get(UcxList *l, int index); 29 UcxList *ucx_list_get(UcxList *l, int index);
30 size_t ucx_list_size(UcxList *l); 30 size_t ucx_list_size(UcxList *l);
31 31
32 UcxList *ucx_list_qsort(UcxList *l, cmp_func fnc, void *data);
33
32 /* list specific functions */ 34 /* list specific functions */
33 UcxList *ucx_list_remove(UcxList *l, UcxList *e); 35 UcxList *ucx_list_remove(UcxList *l, UcxList *e);
34 36
35 #ifdef __cplusplus 37 #ifdef __cplusplus
36 } 38 }

mercurial