MCPcopy Create free account
hub / github.com/abbeycode/UnrarKit / eprintf

Function eprintf

Libraries/unrar/consio.cpp:128–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126
127#ifndef SILENT
128void eprintf(const wchar *fmt,...)
129{
130 if (MsgStream==MSG_NULL)
131 return;
132
133 fflush(stdout); // Ensure proper message order.
134
135 va_list arglist;
136 va_start(arglist,fmt);
137 cvt_wprintf(stderr,fmt,arglist);
138 va_end(arglist);
139}
140#endif
141
142

Callers 2

GetConsolePasswordFunction · 0.70
AskFunction · 0.70

Calls 1

cvt_wprintfFunction · 0.85

Tested by

no test coverage detected