docs/Writerside/topics/linked_list.h.md

changeset 1245
721e2032fa25
parent 1241
ebcc08023c33
equal deleted inserted replaced
1244:9a8e781258ac 1245:721e2032fa25
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,

mercurial