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

Create input streams from strings. More...

Go to the source code of this file.

Functions

istream_t string_input_stream (const string_t *value)
 Create an input stream with the content of a string.
istream_t cstring_input_stream (const char *value, size_t length)
 Create an input stream with the content of a C string.

Detailed Description

Create input streams from strings.

Author
Antoine GAGNIERE

Definition in file string.c.