Max Wash bdcd4163c7 core: stringstream: added read-support
any characters written to a stringstream can be optionally read back again
using the b_stream read API.

this functions similar to a ringbuffer, with two key differences:
 1) the buffer is not circular, and will continuously expand to accomodate all incoming data.
 2) reading data from the stringstream does not remove it from the buffer.
2026-02-03 14:33:06 +00:00
2024-10-24 13:09:16 +01:00
2025-11-04 10:03:21 +00:00
2024-10-27 19:43:05 +00:00
2025-11-03 21:29:59 +00:00
2025-10-28 15:21:38 +00:00
2025-10-19 10:22:53 +01:00
2024-10-24 13:09:16 +01:00
2024-10-24 13:09:16 +01:00
Description
Cross-platform C framework
Readme BSD-3-Clause 1.1 MiB
Languages
C 98.8%
CMake 1.2%