![]() |
O2S C Library 1.8.2
Provide high-level data-structures and other fundamental tools for C projects
|
Change a deque capacity after creation. More...
Go to the source code of this file.
Functions | |
void | deque_reserve (deque_t *self, size_t count) |
Reallocates the deque if count elements cannot fit in the current allocation. |
Change a deque capacity after creation.
Definition in file reserve.c.