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

Function usage

lib_acl_cpp/samples/aio/aio_server/main.cpp:308–317  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

306};
307
308static void usage(const char* procname)
309{
310 printf("usage: %s -h[help]\r\n"
311 " -l ip:port\r\n"
312 " -L line_max_length\r\n"
313 " -t timeout\r\n"
314 " -r [use reactor mode other proactor mode, default: proactor mode]\r\n"
315 " -k[use kernel event: epoll/iocp/kqueue/devpool]\r\n",
316 procname);
317}
318
319int main(int argc, char* argv[])
320{

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…