c13b7a7e3aa57de416e0c582626638e6859e853d
despite not being a b_object, the b_stream interface can now detect when a b_bstr instance has been passed as a stream parameter and use the correct functions to handle writing to it. this allows any function that expects a b_stream parameter to be called with a b_bstr instance instead, allowing complex stream-based I/O operations to be directed towards bounded character arrays with no heap allocation required.
The file is empty.
Description
Languages
C
98.8%
CMake
1.2%