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

Function usage

lib_acl_cpp/samples/http_request_manager/main.cpp:202–210  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

200}
201
202static void usage(const char* procname)
203{
204 printf("usage: %s -h [help]\r\n"
205 " -s http_server_addrs [www.sina.com.cn:80;www.263.net:80;www.qq.com:80]\r\n"
206 " -z [unzip response body, default: false]\r\n"
207 " -c cocurrent [default: 10]\r\n"
208 " -D [if using debug mode]\r\n"
209 " -n loop_count[default: 10]\r\n", procname);
210}
211
212int main(int argc, char* argv[])
213{

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…