1 2 3 4 5 6 7 8 9
#ifndef _INTTYPES_H #define _INTTYPES_H #include <stdint.h> #define PRIx16 "hx" #define PRIx32 "lx" #endif