MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / MsgPrintErr

Function MsgPrintErr

src/common/classes/MsgPrint.cpp:349–353  ·  view source on GitHub ↗

Shortcut version to format a string with arguments on standard error.

Source from the content-addressed store, hash-verified

347
348// Shortcut version to format a string with arguments on standard error.
349int MsgPrintErr(const char* format, const SafeArg& arg, bool userFormatting)
350{
351 StdioStream st(stderr, true); // flush
352 return MsgPrint(st, format, arg, userFormatting);
353}
354
355} // namespace
356

Callers

nothing calls this directly

Calls 1

MsgPrintFunction · 0.85

Tested by

no test coverage detected