![]() |
O2S C Library 1.8.2
Provide high-level data-structures and other fundamental tools for C projects
|
Create input streams from strings. More...
#include "o2s/string_input_stream.h"
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. |
Create input streams from strings.
Definition in file string.c.