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

Function usage

lib_acl_cpp/samples/aio/server_timer/main.cpp:242–251  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

240};
241
242static void usage(const char* procname)
243{
244 printf("usage: %s -h[help]\r\n"
245 " -l ip:port\r\n"
246 " -L line_max_length\r\n"
247 " -t timeout\r\n"
248 " -r [use reactor mode other proactor mode, default: proactor mode]\r\n"
249 " -k[use kernel event: epoll/iocp/kqueue/devpool]\r\n",
250 procname);
251}
252
253int main(int argc, char* argv[])
254{

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…