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

Function usage

lib_acl_cpp/samples/aio/aio_client/main.cpp:235–240  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

233}
234
235static void usage(const char* procname)
236{
237 printf("usage: %s -h[help] -l server_addr -c nconnect"
238 " -n io_max -k[use kernel event: epoll/kqueue/devpoll"
239 " -t connect_timeout -d[debug]\n", procname);
240}
241
242int main(int argc, char* argv[])
243{

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…