Add queue implementation

This commit is contained in:
2026-01-11 23:46:23 +00:00
parent 9af9cedd51
commit a9f5b9c3c6
9 changed files with 245 additions and 1 deletions

View File

@@ -4,6 +4,7 @@
#include "test_arena.h"
#include "test_str8_array.h"
#include "test_i32_array.h"
#include "test_queue.h"
#include "test_cpath.h"
#include "test_file.h"
#include "test_shell_commander.h"
@@ -43,6 +44,8 @@ int main(void) {
test_i32_array_copy_alloc,
test_i32_array_pop,
test_i32_array_clear,
test_queue_push_back,
test_queue_pop_front,
test_str8_lit,
test_str8_lit_ro,
test_str8_buf,