Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1007
static void
1008
usage(char** argv)
1009
{
1010
printf(
"%s [-h] [-r REPETITIONS] [-v]\n"
, argv[0]);
1011
}
1012
1013
int
1014
main(int argc, char **argv)
Callers
1
main
Function · 0.70
Calls
1
printf
Function · 0.70
Tested by
no test coverage detected