#include <stack_simple.h>
The stack structure, we leverage low overhead singly linked lists here.
How many items are in the stack.
The head of the stack.