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

Function usage

lib_acl_cpp/samples/json/json5/json.cpp:152–157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150}
151
152static void usage(const char* procname)
153{
154 printf("usage: %s -h [help]\r\n"
155 "-o [if parse the whole json once, default: false]\r\n",
156 procname);
157}
158
159int main(int argc, char* argv[])
160{

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…