| 31 | /// a message using the debuging facilities. |
| 32 | /// |
| 33 | extern "C" void |
| 34 | msg_halt() noexcept |
| 35 | { |
| 36 | bsl::print() << bsl::rst << " --> "; |
| 37 | bsl::print() << bsl::red << "Halting!!!"; |
| 38 | bsl::print() << bsl::rst << bsl::endl; |
| 39 | } |
| 40 | } |
nothing calls this directly
no outgoing calls
no test coverage detected