6 lines
76 B
C
6 lines
76 B
C
#pragma once
|
|
|
|
#include "toy_stack.h"
|
|
|
|
void inspect_stack(Toy_Stack* stack);
|