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

Function IUTILS_put_errmsg

src/isql/iutils.cpp:187–192  ·  view source on GitHub ↗

I U T I L S _ p u t _ e r r m s g Retrives a message and prints it as an error.

Source from the content-addressed store, hash-verified

185// I U T I L S _ p u t _ e r r m s g
186// Retrives a message and prints it as an error.
187void IUTILS_put_errmsg(USHORT number, const SafeArg& args)
188{
189 TEXT errbuf[MSG_LENGTH];
190 IUTILS_msg_get(number, errbuf, args);
191 STDERROUT(errbuf);
192}
193
194
195void IUTILS_remove_and_unescape_quotes(TEXT* string, const char quote)

Callers

nothing calls this directly

Calls 2

IUTILS_msg_getFunction · 0.85
STDERROUTFunction · 0.85

Tested by

no test coverage detected