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

Function usage

lib_acl_cpp/samples/thread_pool/main.cpp:178–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

176//////////////////////////////////////////////////////////////////////////
177
178static void usage(const char* proc)
179{
180 printf("usage: %s -h [help]\r\n"
181 " -c which_case [0, 1, 2, 3, 4, 5]\r\n",
182 proc);
183}
184
185int main(int argc, char* argv[])
186{

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…