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 an array as a string. More...

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

Go to the source code of this file.

Functions

string_t array_to_string (const array_t *self, string_conversion_t convert_element)
 Create a string from an array.

Detailed Description

Represent an array as a string.

Author
Antoine GAGNIERE

Definition in file to_string.c.