MCPcopy Create free account
hub / github.com/acl-dev/acl / usage

Function usage

lib_acl_cpp/samples/benchmark/client2/main.cpp:59–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57}
58
59static void usage(const char* procname)
60{
61 printf("usage: %s -h [help]\r\n"
62 "\t-s server_addr[127.0.0.1:8888]\r\n"
63 "\t-n max_loop[10]\r\n"
64 "\t-l package_length[1024]\r\n", procname);
65}
66
67int main(int argc, char* argv[])
68{

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…