![]() |
O2S C Library 1.8.2
Provide high-level data-structures and other fundamental tools for C projects
|
Files | |
| constructors_destructors.c | |
| Create and destroy deques. | |
| getters.c | |
| Expose the state of a deque. | |
| internals.c | |
| Private deque methods. | |
| into_array.c | |
| Move elements from a deque to an array. | |
| pop.c | |
| Remove elements from deques. | |
| private.h | |
| Internal deque state. | |
| push.c | |
| Add elements to deques. | |
| reserve.c | |
| Change a deque capacity after creation. | |
| to_string.c | |
| Represent a deque in a string. | |