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

Function Version

BaseTools/Source/C/EfiLdrImage/EfiLdrImage.c:57–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55#define UTILITY_MINOR_VERSION 0
56
57void
58Version (
59 void
60 )
61/*++
62
63Routine Description:
64
65 Displays the standard utility information to SDTOUT
66
67Arguments:
68
69 None
70
71Returns:
72
73 None
74
75--*/
76{
77 printf ("%s Version %d.%d Build %s\n", UTILITY_NAME, UTILITY_MAJOR_VERSION, UTILITY_MINOR_VERSION, __BUILD_VERSION);
78}
79
80VOID
81Usage (

Callers 1

mainFunction · 0.70

Calls 1

printfFunction · 0.85

Tested by

no test coverage detected