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

Function usage

lib_acl_cpp/samples/json/json15/json.cpp:15–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13}
14
15static void usage(const char* procname) {
16 printf("usage: %s -h [help[ -f json_file -n names -D [remove if matched]\r\n", procname);
17}
18
19int main(int argc, char* argv[]) {
20 acl::string file;

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…