| 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 |