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

Function usage

lib_acl_cpp/samples/diff/main.cpp:204–212  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

202}
203
204static void usage(const char* procname)
205{
206 printf("usage: %s -h [help] -n new_file -o old_file\r\n"
207 " -N new_objs_count\r\n"
208 " -U update_objs_count\r\n"
209 " -D delete_objs_count\r\n"
210 " -E equal_objs_count\r\n",
211 procname);
212}
213
214int main(int argc, char* argv[])
215{

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…