MCPcopy Create free account
hub / github.com/Entware/Entware / usage

Function usage

scripts/config/qconf.cc:1878–1882  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1876static const char *progname;
1877
1878static void usage(void)
1879{
1880 printf("%s [-s] <config>\n", progname);
1881 exit(0);
1882}
1883
1884int main(int ac, char** av)
1885{

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected