MCPcopy Create free account
hub / github.com/F-Stack/f-stack / usage

Function usage

freebsd/kern/subr_unit.c:1007–1011  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1005}
1006
1007static void
1008usage(char** argv)
1009{
1010 printf("%s [-h] [-r REPETITIONS] [-v]\n", argv[0]);
1011}
1012
1013int
1014main(int argc, char **argv)

Callers 1

mainFunction · 0.70

Calls 1

printfFunction · 0.70

Tested by

no test coverage detected