src/cx/linked_list.h

changeset 467
95e42a963520
parent 466
28bc3e10ac28
child 468
75ae1dccd101
equal deleted inserted replaced
466:28bc3e10ac28 467:95e42a963520
75 * 75 *
76 * @param list the list 76 * @param list the list
77 */ 77 */
78 void cxLinkedListDestroy(CxList list); 78 void cxLinkedListDestroy(CxList list);
79 79
80 size_t cxLinkedListRecalculateSize(CxList list);
81
82
83 /** 80 /**
84 * Finds the node at a certain index. 81 * Finds the node at a certain index.
85 * 82 *
86 * This function can be used to start at an arbitrary position within the list. 83 * This function can be used to start at an arbitrary position within the list.
87 * If the search index is large than the start index, \p loc_advance must denote 84 * If the search index is large than the start index, \p loc_advance must denote

mercurial