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

Function usage

lib_acl_cpp/samples/tcp_pool/client/main.cpp:41–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39};
40
41static void usage(const char* procname)
42{
43 printf("usage: %s -h [help]\r\n"
44 " -s server_addr\r\n"
45 " -c cocurrent\r\n"
46 " -n loop_count\r\n"
47 " -l data_length\r\n", procname);
48}
49
50int main(int argc, char* argv[])
51{

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…