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

Function usage

lib_acl_cpp/samples/aio/aio_echo/main.cpp:114–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112};
113
114static void usage(const char* procname)
115{
116 printf("usage: %s -h[help]\r\n"
117 " -s listen_addr\r\n"
118 " -k[use kernel event: epoll/iocp/kqueue/devpool]\n",
119 procname);
120}
121
122int main(int argc, char* argv[])
123{

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…