Once this module is loaded, switch to this routine which outputs to stderr and the delayed output buffer.
| 251 | // Once this module is loaded, switch to this routine |
| 252 | // which outputs to stderr and the delayed output buffer. |
| 253 | static void mi_cdecl mi_out_buf_stderr(const char* msg, void* arg) { |
| 254 | mi_out_stderr(msg,arg); |
| 255 | mi_out_buf(msg,arg); |
| 256 | } |
| 257 | |
| 258 | |
| 259 |
nothing calls this directly
no test coverage detected