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

Function Version

BaseTools/Source/C/GenPage/GenPage.c:70–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68#define UTILITY_MINOR_VERSION 2
69
70void
71Version (
72 void
73 )
74/*++
75
76Routine Description:
77
78 Displays the standard utility information to SDTOUT
79
80Arguments:
81
82 None
83
84Returns:
85
86 None
87
88--*/
89{
90 printf ("%s Version %d.%d %s\n", UTILITY_NAME, UTILITY_MAJOR_VERSION, UTILITY_MINOR_VERSION, __BUILD_VERSION);
91}
92
93VOID
94Usage (

Callers 1

mainFunction · 0.70

Calls 1

printfFunction · 0.85

Tested by

no test coverage detected