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

Function usage

lib_acl_cpp/samples/aio/aio_dns/main.cpp:10–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8#include "acl_cpp/stdlib/dns_service.hpp"
9
10static void usage(const char* procname)
11{
12 printf("usage: %s -h[help] -t[use thread]\n", procname);
13}
14
15static int __ncount = 0;
16

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…