diff options
| author | Tyge Løvset <[email protected]> | 2021-05-20 23:43:00 +0200 |
|---|---|---|
| committer | Tyge Løvset <[email protected]> | 2021-05-20 23:43:00 +0200 |
| commit | 28e5ceaad30cd9b68d6a4276bdc64ea1306f3776 (patch) | |
| tree | 225e7eeedf7c58dee7db5e6d5a8235b644fa8ea2 /docs/cstack_api.md | |
| parent | 188717d9c7ca04e7b0e63e48cea0c55e5db11f05 (diff) | |
| download | STC-modified-28e5ceaad30cd9b68d6a4276bdc64ea1306f3776.tar.gz STC-modified-28e5ceaad30cd9b68d6a4276bdc64ea1306f3776.zip | |
Updated links to header files in docs.
Diffstat (limited to 'docs/cstack_api.md')
| -rw-r--r-- | docs/cstack_api.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/cstack_api.md b/docs/cstack_api.md index 15975f30..3d9ecd4f 100644 --- a/docs/cstack_api.md +++ b/docs/cstack_api.md @@ -1,4 +1,4 @@ -# STC [cstack](../stc/cstack.h): Stack +# STC [cstack](../include/stc/cstack.h): Stack  The **cstack** is a container adapter that gives the programmer the functionality of a stack - specifically, a LIFO (last-in, first-out) data structure. The class template acts as a wrapper to the underlying container - only a specific set of functions is provided. The stack pushes and pops the element from the back of the underlying container, known as the top of the stack. |
