docs/Writerside/topics/linked_list.h.md

changeset 1605
55b13f583356
parent 1537
f60a73d2ad01
--- 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,

mercurial