src/linked_list.c

changeset 876
f4ce7df9cff0
parent 874
cdce47f34d48
child 879
9c24a4eb5ac9
equal deleted inserted replaced
875:ee84ac776cbc 876:f4ce7df9cff0
925 925
926 static cx_list_class cx_linked_list_class = { 926 static cx_list_class cx_linked_list_class = {
927 cx_ll_destructor, 927 cx_ll_destructor,
928 cx_ll_insert_element, 928 cx_ll_insert_element,
929 cx_ll_insert_array, 929 cx_ll_insert_array,
930 cx_list_default_insert_sorted,
930 cx_ll_insert_iter, 931 cx_ll_insert_iter,
931 cx_ll_remove, 932 cx_ll_remove,
932 cx_ll_clear, 933 cx_ll_clear,
933 cx_ll_swap, 934 cx_ll_swap,
934 cx_ll_at, 935 cx_ll_at,

mercurial