GCC_SCANFLIKE
#define GCC_SCANFLIKE(fmt,var) __attribute__((format(scanf,fmt,var)))
#define GCC_SCANFLIKE(fmt,var) /*nothing*/