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

Function usage

app/gson/src/main.cpp:92–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90}
91
92static void usage(const char* procname)
93{
94 printf("usage: %s -h [help]\r\n"
95 " -f header_file\r\n"
96 " -d header_file_path\r\n", procname);
97}
98
99int main(int argc, char* argv[])
100{

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…