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

Function IsHexDigit

rEFIt_UEFI/Platform/Utils.cpp:56–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56BOOLEAN IsHexDigit (CHAR8 c) {
57 return (IS_DIGIT(c) || (IS_HEX(c)))?TRUE:FALSE;
58}
59
60//out value is a number of byte. out = len
61

Callers 2

hex2binFunction · 0.70
nsvg__parseColorHexFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected