--- a/docs/Writerside/topics/linked_list.h.md Sun Dec 14 16:21:09 2025 +0100 +++ b/docs/Writerside/topics/linked_list.h.md Sun Dec 14 17:30:17 2025 +0100 @@ -12,9 +12,7 @@ typedef struct cx_linked_list_s cx_linked_list; CxList *cxLinkedListCreate(const CxAllocator *allocator, - cx_compare_func comparator, size_t elem_size); - -CxList *cxLinkedListCreateSimple(size_t elem_size); + size_t elem_size); ``` If you are using high-level linked lists to implement your own list structure,