2 |
2 |
3 On top of implementing the list interface, this header also defines several low-level functions that |
3 On top of implementing the list interface, this header also defines several low-level functions that |
4 work with arbitrary structures. |
4 work with arbitrary structures. |
5 |
5 |
6 The high level [list interface](list.h.md) is documented on a separate page and explains how lists are used |
6 The high level [list interface](list.h.md) is documented on a separate page and explains how lists are used |
7 which are created by one of the following functions. |
7 that are created by one of the following functions. |
8 |
8 |
9 ```C |
9 ```C |
10 #include <cx/linked_list.h> |
10 #include <cx/linked_list.h> |
11 |
11 |
12 CxList *cxLinkedListCreate(const CxAllocator *allocator, |
12 CxList *cxLinkedListCreate(const CxAllocator *allocator, |