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

Function usage

lib_fiber/samples-c++/https_client/main.cpp:105–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103}
104
105static void usage(const char *procname)
106{
107 printf("usage: %s -h [help]\r\n"
108 " -l libpath\r\n"
109 " -s addr\r\n"
110 " -t connt_timeout\r\n"
111 " -r rw_timeout\r\n"
112 " -c max_fibers\r\n"
113 " -n max_loop\r\n"
114 " -H host\r\n"
115 , procname);
116}
117
118int main(int argc, char *argv[])
119{

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…