| 62 | } |
| 63 | |
| 64 | void printHeader(const string &title) |
| 65 | { |
| 66 | cout << "\n" << string(80, '=') << endl; |
| 67 | cout << " " << title << endl; |
| 68 | cout << string(80, '=') << endl; |
| 69 | } |
| 70 | |
| 71 | void printSubHeader(const string &title) |
| 72 | { |
no outgoing calls
no test coverage detected