| 55 | IOHANDLE io_stdin() { return (IOHANDLE)stdin; } |
| 56 | IOHANDLE io_stdout() { return (IOHANDLE)stdout; } |
| 57 | IOHANDLE io_stderr() { return (IOHANDLE)stderr; } |
| 58 | |
| 59 | static DBG_LOGGER loggers[16]; |
| 60 | static int num_loggers = 0; |
nothing calls this directly
no outgoing calls
no test coverage detected