| 189 | } |
| 190 | |
| 191 | void Console::WriteLine(const char* str, int len) |
| 192 | { |
| 193 | Write(str, len); |
| 194 | Write("\n"); |
| 195 | } |
| 196 | |
| 197 | void __fastcall Console::WriteWithVArgs(const char* pFormat, va_list args) |
| 198 | { |
nothing calls this directly
no outgoing calls
no test coverage detected