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

Function errPrint

examples/interfaces/07.blob.cpp:45–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43};
44
45static void errPrint(IStatus* status)
46{
47 char buf[256];
48 master->getUtilInterface()->formatStatus(buf, sizeof(buf), status);
49 fprintf(stderr, "%s\n", buf);
50}
51
52static void drop(IAttachment** att)
53{

Callers 2

dropFunction · 0.70
mainFunction · 0.70

Calls 2

formatStatusMethod · 0.45
getUtilInterfaceMethod · 0.45

Tested by

no test coverage detected