nuttx/libs
Michal Lenc eea7db24f3 libc: add support for open_memstream
Adds support for POSIX interface open_memstream() that allows writing
to dynamic memory buffer stream. The stream is dynamically reallocated
as the buffer grows with initial size set to zero.

The caller has to free the buffer after the stream is closed.

The implementation uses fopencookie() for custom stream operations and
callbacks.

Signed-off-by: Michal Lenc <michallenc@seznam.cz>
2023-11-29 02:13:19 -08:00
..
libc libc: add support for open_memstream 2023-11-29 02:13:19 -08:00
libdsp Documentation: remove all migrated READMEs 2023-10-29 21:03:54 -03:00
libm libm: Fix an issue that public header files are not exported 2023-11-23 16:32:53 +01:00
libnx semaphore/_SEM_XX: Remove the _SEM redirection macros as unnecessary 2023-11-27 04:52:54 -08:00
libxx Documentation: remove all migrated READMEs 2023-10-29 21:03:54 -03:00
CMakeLists.txt build: add initial cmake build system 2023-07-08 13:50:48 +08:00