3#ifndef util_u32_to_hex8_h
4#define util_u32_to_hex8_h
9void util_u32_to_hex8(
const unsigned c_wrd,
char ret[8]);
12#define util_u32_to_hex_lookup(a)
27 (a) == 0xE
? 'e' : 'f')
29ae2f_MAC() util_u32_to_hex8(
const unsigned c_u32,
char* ret) {
#define __ae2f_MACRO_GENERATED
#define ae2f_MAC(a)
A hint for creating a macro from void-returning function.
#define util_u32_to_hex_lookup(a)