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

Function usage

lib_protocol/samples/http/header/main.c:213–216  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

211}
212
213static void usage(const char* procname)
214{
215 printf("usage: %s -h [help] -n max -f header_file -a action [parse|read|http]\r\n", procname);
216}
217
218int main(int argc, char* argv[])
219{

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…