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

Function usage

app/wizard/wizard.cpp:28–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28static void usage(const char* procname)
29{
30 printf("usage: %s -h [help]\r\n"
31 " -n program_name\r\n"
32 " -t service_type [ t -> master_threads, p -> master_proc, f -> master_fiber, u -> master_udp, o -> master_other ]\r\n"
33 " -a application_type [ http | master, default: master ]\r\n"
34 , procname);
35}
36
37int main(int argc, char* argv[])
38{

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…