PRIx32
#ifndef PRIx32
#ifndef PRIx32
#define PRINTF_WORD_HEX_FMT "%08" PRIx32
#ifndef PRIx32
printf("Error: got magic 0x%08" PRIx32 " instead of 0x%08x "
printf(" magic = 0x%08" PRIx32 "\n", hdr->magic);
printf(" version = 0x%08" PRIx32 "\n", hdr->version);
printf(" len = 0x%08" PRIx32 "\n", hdr->len);
printf(" siglen = 0x%08" PRIx32 "\n", hdr->siglen);
BHND_NV_LOG("invalid device path flag: %#" PRIx32, flags);
fprintf(stderr, "Bad magic token in header. Got %" PRIx32
fprintf(file, "0x%" PRIx32, v);
fprintf(stderr, "Unexpected token 0x%" PRIx32