|
RNAlib-2.4.17
|
|
Implementation of a dynamic, buffered character stream. More...
Include dependency graph for char_stream.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| vrna_cstr_t | vrna_cstr (size_t size, FILE *output) |
| Create a dynamic char * stream data structure. More... | |
| void | vrna_cstr_free (vrna_cstr_t buf) |
| Free the memory occupied by a dynamic char * stream data structure. More... | |
| void | vrna_cstr_close (vrna_cstr_t buf) |
| Free the memory occupied by a dynamic char * stream and close the output stream. More... | |
| void | vrna_cstr_fflush (struct vrna_cstr_s *buf) |
| Flush the dynamic char * output stream. More... | |
Implementation of a dynamic, buffered character stream.
,