|
MP7
Mazes
|
#include <string>#include <cstdio>#include <cstring>#include <iostream>#include <vector>
Include dependency graph for catchlib.h:Functions | |
| void | print_valgrind () |
| Prints a warning to run the test cases in valgrind. More... | |
| void | print_quote (std::string filename) |
| Print a random quote from the file filename. More... | |
| void print_valgrind | ( | ) |
Prints a warning to run the test cases in valgrind.
| void print_quote | ( | std::string | filename | ) |
Print a random quote from the file filename.
| filename | The path to the quotes file |