MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / hexChar

Function hexChar

src/jrd/SysFunction.cpp:3644–3648  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3642
3643
3644UCHAR hexChar(UCHAR c)
3645{
3646 c &= 0xf;
3647 return c + (c < 10 ? '0' : 'A' - 10);
3648}
3649
3650UCHAR binChar(UCHAR c, unsigned p)
3651{

Callers 1

evlEncodeDecodeHexFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected