Files
Toy/repl/stack_inspector.h
T

6 lines
76 B
C

#pragma once
#include "toy_stack.h"
void inspect_stack(Toy_Stack* stack);