MCPcopy Create free account
hub / github.com/CloverHackyColor/CloverBootloader / Version

Function Version

BaseTools/Source/C/EfiRom/EfiRom.c:1296–1317  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1294}
1295
1296static
1297void
1298Version (
1299 VOID
1300 )
1301/*++
1302
1303Routine Description:
1304
1305 Print version information for this utility.
1306
1307Arguments:
1308
1309 None.
1310
1311Returns:
1312
1313 Nothing.
1314--*/
1315{
1316 fprintf (stdout, "%s Version %d.%d %s \n", UTILITY_NAME, UTILITY_MAJOR_VERSION, UTILITY_MINOR_VERSION, __BUILD_VERSION);
1317}
1318
1319static
1320void

Callers 1

ParseCommandLineFunction · 0.70

Calls 1

fprintfFunction · 0.85

Tested by

no test coverage detected