Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3644
UCHAR hexChar(UCHAR c)
3645
{
3646
c &= 0xf;
3647
return c + (c < 10 ?
'0'
:
'A'
- 10);
3648
}
3649
3650
UCHAR binChar(UCHAR c, unsigned p)
3651
{
Callers
1
evlEncodeDecodeHex
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected