mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 17:33:08 +08:00
65ae8a545c
Add support for POSIX interface fmemopen(). This interface open a memory buffer as a stream and permits access to this buffer specified by mode. This allows I/O operations to be performed on the memory buffer. The implementation uses fopencookie() for custom stream operations and callbacks. Signed-off-by: Michal Lenc <michallenc@seznam.cz>