| 213 | } |
| 214 | |
| 215 | void |
| 216 | initialNewline() |
| 217 | { |
| 218 | if (!newline) |
| 219 | { |
| 220 | newline = true; |
| 221 | std::cout << std::endl; |
| 222 | } |
| 223 | return; |
| 224 | } |
| 225 | |
| 226 | void |
| 227 | printWithPrefix(const std::string& text, const int marked) |
no outgoing calls
no test coverage detected