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

Function usage

lib_acl_cpp/samples/json/json12/json.cpp:69–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67}
68
69static void usage(const char* procname)
70{
71 printf("usage: %s -h [help]\r\n"
72 " -o [if parsing once]\r\n"
73 " -n name\r\n"
74 " -f json_file\r\n", procname);
75}
76
77int main(int argc, char* argv[])
78{

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…