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

Function usage

lib_acl_cpp/samples/benchmark/server/main.cpp:99–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97}
98
99static void usage(const char* procname)
100{
101 printf("usage: %s -h [help]\r\n"
102 "\t-s server_addr[127.0.0.1:8888]\r\n"
103 "\t-p [separate read/write in two thread]\r\n", procname);
104}
105
106int main(int argc, char* argv[])
107{

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…