MCPcopy Create free account
hub / github.com/F-Stack/f-stack / hex2ascii

Function hex2ascii

freebsd/sys/libkern.h:76–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74}
75
76static inline char
77hex2ascii(int hex)
78{
79
80 KASSERT(hex >= 0 && hex < LIBKERN_LEN_HEX2ASCII,
81 ("invalid hex %d", hex));
82 return (hex2ascii_data[hex]);
83}
84
85static inline bool
86validbcd(int bcd)

Callers 4

ksprintnFunction · 0.85
kvprintfFunction · 0.85
ksprintnFunction · 0.85
kvprintfFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected