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

Function print_version

util/intelmetool/src/intelmetool.c:420–427  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

418}
419
420static void print_version(void)
421{
422 printf("intelmetool v%s -- ", INTELMETOOL_VERSION);
423 printf("Copyright (C) 2015 Damien Zammit\n");
424 printf("Copyright (C) 2017 Philipp Deppenwiese\n");
425 printf("Copyright (C) 2017 Patrick Rudolph\n\n");
426 printf(GPLV2COPYRIGHT);
427}
428
429static void print_usage(const char *name)
430{

Callers 1

intelmetool.cFile · 0.70

Calls 1

printfFunction · 0.85

Tested by

no test coverage detected