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

Function usage

lib_acl_cpp/samples/benchmark/split/main.cpp:98–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96}
97
98static void usage(const char* procname) {
99 printf("usage: %s -h [help]\r\n"
100 "\t-n max_loop[10]\r\n"
101 , procname);
102}
103
104int main(int argc, char* argv[]) {
105 int ch;

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…