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

Function usage

util/cbfstool/rmodtool.c:21–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19};
20
21static void usage(char *name)
22{
23 printf(
24 "rmodtool: utility for creating rmodules\n\n"
25 "USAGE: %s [-h] [-v] <-i|--inelf name> <-o|--outelf name>\n",
26 name
27 );
28}
29
30int main(int argc, char *argv[])
31{

Callers 1

mainFunction · 0.70

Calls 1

printfFunction · 0.85

Tested by

no test coverage detected