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

Function usage

lib_acl_cpp/samples/aio/pkg_server/main.cpp:183–190  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

181};
182
183static void usage(const char* procname)
184{
185 printf("usage: %s -h[help]\r\n"
186 " -l ip:port[:1900]\r\n"
187 " -t timeout\r\n"
188 " -k[use kernel event: epoll/iocp/kqueue/devpool]\r\n",
189 procname);
190}
191
192int main(int argc, char* argv[])
193{

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…