Add stream structure and utilities

This commit is contained in:
2026-08-30 02:18:30 +01:00
parent a51686c8f0
commit c1b2e29c07
9 changed files with 237 additions and 0 deletions
+4
View File
@@ -5,6 +5,7 @@
#include "test_str8_array.h"
#include "test_i32_array.h"
#include "test_queue.h"
#include "test_stream.h"
#include "test_cpath.h"
#include "test_file.h"
#include "test_shell_commander.h"
@@ -47,6 +48,9 @@ int main(void) {
test_queue_push,
test_queue_push_alloc,
test_queue_pop,
test_stream_at_end,
test_stream_peek,
test_stream_consume,
test_str8_lit,
test_str8_lit_ro,
test_str8_buf,