Embedded Artistry Framework
Embedded Systems C++ Framework
Macros
compiler.h File Reference

Macros

#define __printf_check(istr, iarg)   __attribute__((format(printf, istr, iarg)))
 
#define __printf_check_cpp(istr, iarg)   __attribute__((format(printf, istr + 1, iarg + 1)))
 

Macro Definition Documentation

◆ __printf_check

#define __printf_check (   istr,
  iarg 
)    __attribute__((format(printf, istr, iarg)))

◆ __printf_check_cpp

#define __printf_check_cpp (   istr,
  iarg 
)    __attribute__((format(printf, istr + 1, iarg + 1)))