From 7d67ea7fb1fef9ab11006f595a9580c07b438128 Mon Sep 17 00:00:00 2001 From: Tyge Løvset Date: Wed, 16 Dec 2020 13:46:20 +0100 Subject: Testing link. --- docs/clist_api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') 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*. -- cgit v1.2.3