MCPcopy Create free account
hub / github.com/Tencent/phxqueue / ShowUsage

Function ShowUsage

phxqueue_phxrpc/test/consumer_main.cpp:34–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32extern char *program_invocation_short_name;
33
34void ShowUsage(const char *program) {
35 printf("\n");
36 printf("Usage: %s [-c <config>] [-d] [-v]\n", program);
37 printf("\n");
38
39 exit(0);
40}
41
42int main(int argc, char ** argv) {
43

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected