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

Function usage

lib_acl/samples/dns_req/main.cpp:106–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104}
105
106static void usage(const char *procname)
107{
108 printf("usage: %s -s dns_ip_list[192.168.0.1:192.168.0.2]"
109 " -p dns_port -d domain_list[www.sina.com.cn:www.sohu.com]\r\n", procname);
110}
111
112int main(int argc, char *argv[])
113{

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…