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

Function usage

lib_acl_cpp/samples/aio/ssl_aio_client/main.cpp:201–206  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

199}
200
201static void usage(const char* procname)
202{
203 printf("usage: %s -h[help] -l server_addr -c nconnect"
204 " -n io_max -k[use kernel event: epoll/kqueue/devpoll"
205 " -t connect_timeout -d[debug]\n", procname);
206}
207
208int main(int argc, char* argv[])
209{

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…