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

Function Version

BaseTools/Source/C/Split/Split.c:34–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32#define UTILITY_MINOR_VERSION 0
33
34void
35Version (
36 void
37 )
38/*++
39
40Routine Description:
41
42 Displays the standard utility information to SDTOUT
43
44Arguments:
45
46 None
47
48Returns:
49
50 None
51
52--*/
53{
54 printf ("%s Version %d.%d Build %s\n", UTILITY_NAME, UTILITY_MAJOR_VERSION, UTILITY_MINOR_VERSION, __BUILD_VERSION);
55}
56
57void
58Usage (

Callers 2

UsageFunction · 0.70
mainFunction · 0.70

Calls 1

printfFunction · 0.85

Tested by

no test coverage detected