src/linked_list.c

changeset 409
5d167af0eadb
parent 408
dfdd571550f8
child 412
af766caea48d
     1.1 --- a/src/linked_list.c	Mon Feb 08 00:20:52 2021 +0100
     1.2 +++ b/src/linked_list.c	Sun Feb 14 11:30:19 2021 +0100
     1.3 @@ -185,6 +185,10 @@
     1.4      return list;
     1.5  }
     1.6  
     1.7 +void cxLinkedListDestroy(CxList list) {
     1.8 +
     1.9 +}
    1.10 +
    1.11  size_t cxLinkedListRecalculateSize(CxList list) {
    1.12      cx_linked_list *ll = (cx_linked_list *) list->data.listdata;
    1.13  

mercurial