35 #if defined(__GNUC__) || defined(__CC_ARM) 36 #define PRINT_ATTRIBUTE(a, b) __attribute__((format(printf, a, b))) 38 #define PRINT_ATTRIBUTE(a, b) #define PRINT_ATTRIBUTE(a, b)
Print function attributes.
uint32_t PrintVsn(char *pStr, uint32_t size, const char *pFmt, va_list ap) PRINT_ATTRIBUTE(3
Print a trace message.
Platform-independent data types.
unsigned long uint32_t
Unsigned 32-bit value.