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

Function usage

lib_acl_cpp/samples/http_server/http_server.cpp:137–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135};
136
137static void usage(const char* procname)
138{
139 printf("usage: %s \r\n"
140 " -h[help]\r\n"
141 " -p[preread in main thread]\r\n"
142 " -l listen_addr[127.0.0.1:9001]\r\n"
143 " -m[use mempool]\r\n"
144 " -k[use kernel engine]\r\n"
145 " -n data size response\r\n"
146 " -N thread pool limit\r\n"
147 " -r rpc_addr\r\n"
148 " -v[enable stdout]\r\n", procname);
149}
150
151int main(int argc, char* argv[])
152{

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…