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

Function usage

util/cbfstool/cbfscomptool.c:23–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21 " ...: compressed data stream\n";
22
23static void usage(void)
24{
25 puts(usage_text);
26}
27
28static int benchmark(void)
29{

Callers 1

mainFunction · 0.70

Calls 1

putsFunction · 0.85

Tested by

no test coverage detected