__scanf
#define __scanf(a, b) __attribute__((__format__(scanf, a, b)))
static void __scanf(7, 9)
#define __scanf(a, b) __attribute__((format(scanf, a, b)))