diff options
| author | Tyge Løvset <[email protected]> | 2020-12-03 11:38:40 +0100 |
|---|---|---|
| committer | Tyge Løvset <[email protected]> | 2020-12-03 11:38:40 +0100 |
| commit | 0583a9cf43ed7f771e6ade5cadb9743b0b4b6c11 (patch) | |
| tree | f6fa75a63428c2840e50b1c0133b248bc66ce870 /docs/clist_api.md | |
| parent | 2afda956b19186c6f4306d43429948a6f7f40d07 (diff) | |
| download | STC-modified-0583a9cf43ed7f771e6ade5cadb9743b0b4b6c11.tar.gz STC-modified-0583a9cf43ed7f771e6ade5cadb9743b0b4b6c11.zip | |
More docs fixing.
Diffstat (limited to 'docs/clist_api.md')
| -rw-r--r-- | docs/clist_api.md | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/clist_api.md b/docs/clist_api.md index 64ee4c1f..9d2453d7 100644 --- a/docs/clist_api.md +++ b/docs/clist_api.md @@ -1,7 +1,6 @@ -# Container type clist +# Container type clist: Circular Singly Linked List -This describes the API of circular singly linked list type **clist**. -Similar to c++ *std::forward_list*, but can do both *push_front()* and *push_back()* as well as *pop_front()*. +This is similar to c++ *std::forward_list*, but can do both *push_front()* and *push_back()* as well as *pop_front()*. Also supports various *splice* functions and *merge sort*. ## Declaration |
