diff -r b0300de92b72 -r a7b913d5d589 docs/Writerside/topics/linked_list.h.md
--- a/docs/Writerside/topics/linked_list.h.md Tue Feb 11 19:55:32 2025 +0100
+++ b/docs/Writerside/topics/linked_list.h.md Tue Feb 11 20:10:29 2025 +0100
@@ -1,7 +1,7 @@
# Linked List
-Outdated - Rewrite!
+Outdated Section - will be updated soon!
On top of implementing the list interface, this header also defines several low-level functions that
@@ -30,6 +30,7 @@
cx_linked_list_at(&a, 0, loc_next, 2); // returns pointer to c
```
+
+
+
+
+linked_list.h
+
+