59 #ifndef USE_UNWANTED_PARAM
68 #define USE_UNWANTED_PARAM(param)
70 #define USE_UNWANTED_PARAM(param) param = param
101 #define PRT_S32 "%ld"
102 #define PRT_U32 "%lu"
103 typedef unsigned char U8BIT;
104 typedef signed char S8BIT;
105 typedef unsigned short U16BIT;
106 typedef signed short S16BIT;
107 typedef unsigned long U32BIT;
108 typedef signed long S32BIT;
109 typedef unsigned char *
pU8BIT;
int16_t S16BIT
Definition: techtype.h:96
uint8_t U8BIT
Definition: techtype.h:93
int8_t S8BIT
Definition: techtype.h:94
int32_t S32BIT
Definition: techtype.h:98
uint16_t U16BIT
Definition: techtype.h:95
U8BIT * pU8BIT
Definition: techtype.h:99
U8BIT BOOLEAN
Definition: techtype.h:112
uint32_t U32BIT
Definition: techtype.h:97