#include <cassert>#include <iostream>#include "Stack.h"

Go to the source code of this file.
Functions | |
| void | print_stack (Stack const &st) |
| void print_stack | ( | Stack const & | st | ) |
Definition at line 65 of file Stack.cpp.
References Stack::empty(), Stack::head, Node::pnext, and print_list().
Referenced by main().

