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

Function usage

lib_acl_cpp/samples/aio/aio_client_ssl/main.cpp:302–313  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

300}
301
302static void usage(const char* procname)
303{
304 printf("usage: %s -h[help]\r\n"
305 " -l server_addr\r\n"
306 " -c nconnect\r\n"
307 " -n io_max\r\n"
308 " -k[use kernel event: epoll/kqueue/devpoll\r\n"
309 " -t connect_timeout\r\n"
310 " -d[debug]\r\n"
311 " -S libssl_path [if set the ssl will be used]\n",
312 procname);
313}
314
315int main(int argc, char* argv[])
316{

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…