Searched defs:__scanf (Results 1 – 2 of 2) sorted by relevance
42 #define __scanf(a, b) __attribute__((format(scanf, a, b))) macro
172 #define __scanf(a, b) __attribute__((__format__(scanf, a, b))) macro