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

Function errPrint

examples/interfaces/11.batch.cpp:41–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39// output error message to user
40
41static void errPrint(IStatus* status)
42{
43 char buf[256];
44 master->getUtilInterface()->formatStatus(buf, sizeof(buf), status);
45 fprintf(stderr, "%s\n", buf);
46}
47
48
49// align target to alignment boundary

Callers 2

print_csFunction · 0.70
mainFunction · 0.70

Calls 2

formatStatusMethod · 0.45
getUtilInterfaceMethod · 0.45

Tested by

no test coverage detected