diff options
| author | Tyge Løvset <[email protected]> | 2020-12-02 16:26:28 +0100 |
|---|---|---|
| committer | Tyge Løvset <[email protected]> | 2020-12-02 16:26:28 +0100 |
| commit | 692bb134f65330fda88335ae027636706edf811b (patch) | |
| tree | bac08489598e17122d2d48ffa3c423e10821e3e9 /docs/clist_api.md | |
| parent | a70b6c4de4623b988abe1380224f7f9bd368050d (diff) | |
| download | STC-modified-692bb134f65330fda88335ae027636706edf811b.tar.gz STC-modified-692bb134f65330fda88335ae027636706edf811b.zip | |
Added cpqueue, cqueue, and cstack docs. Removed examples from README.md
Diffstat (limited to 'docs/clist_api.md')
| -rw-r--r-- | docs/clist_api.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/clist_api.md b/docs/clist_api.md index d899e6ad..455a66fb 100644 --- a/docs/clist_api.md +++ b/docs/clist_api.md @@ -1,6 +1,8 @@ # Container type clist 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()*. +Also supports various *splice* functions and *merge sort*. ## Declaration |
