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

Function usage

lib_acl_cpp/samples/tbox/tbox.cpp:26–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24};
25
26static void usage(const char* procname)
27{
28 printf("usage: %s -h[help] -t type[tbox|tbox_array|mbox] -n count\r\n",
29 procname);
30}
31
32int main(int argc, char* argv[])
33{

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…