summaryrefslogtreecommitdiffhomepage
path: root/docs/clist_api.md
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2020-12-16 13:46:20 +0100
committerTyge Løvset <[email protected]>2020-12-16 13:46:20 +0100
commit7d67ea7fb1fef9ab11006f595a9580c07b438128 (patch)
tree504f4952207cefdb9ce5ced6cd051df59a0114de /docs/clist_api.md
parent191b637299bf909d6b7b4db6e5d5e45964574a1c (diff)
downloadSTC-modified-7d67ea7fb1fef9ab11006f595a9580c07b438128.tar.gz
STC-modified-7d67ea7fb1fef9ab11006f595a9580c07b438128.zip
Testing link.
Diffstat (limited to 'docs/clist_api.md')
-rw-r--r--docs/clist_api.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/clist_api.md b/docs/clist_api.md
index 26342fef..8bb48b37 100644
--- a/docs/clist_api.md
+++ b/docs/clist_api.md
@@ -1,4 +1,4 @@
-# Container clist: Singly Linked List
+# Container [clist](../stc/clist.h): Singly Linked List
This is similar to c++ *std::forward_list*, but can do both *push_front()* and *push_back()* as well as *pop_front()*.
Implemented as a circular singly linked list. Also supports various *splice* functions and *merge sort*.