MCPcopy Create free account
hub / github.com/bloomberg/comdb2 / usage

Function usage

tools/comdb2ar/comdb2ar.cpp:66–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64};
65
66static void usage()
67{
68 for(int ii = 0; help_text[ii]; ii++) {
69 std::cerr << help_text[ii] << std::endl;
70 }
71}
72
73void errexit(int code)
74// Exits the program with a fatal error. First it prints a single line

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected