Moved 'debugStackPrint' to 'stack_inspector.c'

This commit is contained in:
2026-05-30 20:32:22 +10:00
parent d194bff5fe
commit a00739f580
3 changed files with 48 additions and 29 deletions
+5
View File
@@ -0,0 +1,5 @@
#pragma once
#include "toy_stack.h"
void inspect_stack(Toy_Stack* stack);