Searched defs:__FORMAT_ATTRIBUTE__ (Results 1 – 1 of 1) sorted by relevance
/picolibc-latest/newlib/libc/tinystdio/ |
D | stdio.h | 207 #define __FORMAT_ATTRIBUTE__(__a, __s, __f) __attribute__((__format__ (__a, __s, 0))) macro 209 #define __FORMAT_ATTRIBUTE__(__a, __s, __f) __attribute__((__format__ (__a, __s, __f))) macro 212 #define __FORMAT_ATTRIBUTE__(__a, __s, __f) macro
|