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

Function usage

lib_protocol/samples/http_probe/http_probe.cpp:24–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22}
23
24static void usage(const char *progname)
25{
26 printf("usage: %s [option]\n"
27 "\t-f configure_filename\n"
28 "\t-h help\n",
29 progname);
30 exit (1);
31}
32
33int main(int argc, char *argv[])
34{

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…