Home
last modified time | relevance | path

Searched defs:__FORMAT_ATTRIBUTE__ (Results 1 – 1 of 1) sorted by relevance

/picolibc-3.7.0-3.6.0/newlib/libc/tinystdio/
Dstdio.h209 #define __FORMAT_ATTRIBUTE__(__a, __s, __f) __attribute__((__format__ (__a, __s, 0))) macro
211 #define __FORMAT_ATTRIBUTE__(__a, __s, __f) __attribute__((__format__ (__a, __s, __f))) macro
214 #define __FORMAT_ATTRIBUTE__(__a, __s, __f) macro