|
Embedded Artistry Framework
Embedded Systems C++ Framework
|
Macros | |
| #define | __printf_check(istr, iarg) __attribute__((format(printf, istr, iarg))) |
| #define | __printf_check_cpp(istr, iarg) __attribute__((format(printf, istr + 1, iarg + 1))) |
| #define __printf_check | ( | istr, | |
| iarg | |||
| ) | __attribute__((format(printf, istr, iarg))) |
| #define __printf_check_cpp | ( | istr, | |
| iarg | |||
| ) | __attribute__((format(printf, istr + 1, iarg + 1))) |
1.8.15