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

Represent a deque in a string. More...

#include "o2s/to_string.h"
#include <iso646.h>

Go to the source code of this file.

Functions

string_t deque_to_string (const deque_t *self, string_conversion_t convert_element)
 Create a string that represents a deque.

Detailed Description

Represent a deque in a string.

Author
Antoine GAGNIERE

Definition in file to_string.c.