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

Function usage

lib_acl_cpp/samples/string/string5/main.cpp:72–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70}
71
72static void usage(const char* procname)
73{
74 printf("usage: %s -h [help]\r\n"
75 " -m [use_mmap]\r\n"
76 " -o mapped_offset[default 0]\r\n"
77 " -R [mapping for reading]\r\n"
78 " -n max_count\r\n"
79 , procname);
80}
81
82int main(int argc, char* argv[])
83{

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…