O2S C Library 1.8.2
Provide high-level data-structures and other fundamental tools for C projects
Loading...
Searching...
No Matches
into_array.c File Reference

Move elements from a deque to an array. More...

#include "o2s/array.h"
#include "o2s/deque.h"
#include <iso646.h>

Go to the source code of this file.

Functions

bool deque_pop_front_into_array (deque_t *self, struct array *destination, size_t count)
 Move the count first elements at the back of destination.

Detailed Description

Move elements from a deque to an array.

Author
Antoine GAGNIERE

Definition in file into_array.c.