MCPcopy Create free account
hub / github.com/coreboot/coreboot / hex8

Function hex8

payloads/linuxcheck/i386.c:32–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32void hex8(u8 c)
33{
34 hex4(c >> 4);
35 hex4(c);
36}
37
38void hex16(u16 c)
39{

Callers 1

hex16Function · 0.85

Calls 1

hex4Function · 0.85

Tested by

no test coverage detected