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

Function usage

lib_acl_cpp/samples/http/http_request/main.cpp:4–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2#include "acl_cpp/lib_acl.hpp"
3
4static void usage(const char* procname)
5{
6 printf("usage: %s -h [help] \r\n"
7 "\t-s server_addr[127.0.0.1:8194] \r\n"
8 "\t-n max_loop \r\n"
9 "\t-z[accept_gzip]\r\n"
10 "\t-B[send_body data]\r\n", procname);
11}
12
13int main(int argc, char* argv[])
14{

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…