Searched defs:SCANFLIKE (Results 1 – 1 of 1) sorted by relevance
1628 #define SCANFLIKE(x,y) __attribute__ ((format (scanf, (x), (y)))) macro1630 #define SCANFLIKE(x,y) __attribute__ ((__format__ (__scanf__, (x), (y)))) macro1632 #define SCANFLIKE(x,y) macro