Home | History | Annotate | Download | only in include

Lines Matching refs:scanf

471  * macro to alert the compiler to flag inconsistencies in printf/scanf-like
497 #if defined(GCC_SCANF) && !defined(scanf)
498 #define GCC_SCANFLIKE(fmt,var) __attribute__((format(scanf,fmt,var)))