Searched defs:scanf (Results 1 - 5 of 5) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
H A Dstdio.h437 extern int scanf (__const char *__restrict __format, ...) __wur;
452 extern int __REDIRECT (scanf, (__const char *__restrict __format, ...),
464 # define scanf __isoc99_scanf macro
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dstdio.h238 int scanf(const char *__format, ...) function
394 int __cdecl scanf(const char * __restrict__ _Format,...) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
H A Dpthread.h645 #define scanf(...) (pthread_testcancel(), scanf(__VA_ARGS__)) macro
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Dstdio.h238 int scanf(const char *__format, ...) function
394 int __cdecl scanf(const char * __restrict__ _Format,...) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
H A Dpthread.h645 #define scanf(...) (pthread_testcancel(), scanf(__VA_ARGS__)) macro

Completed in 50 milliseconds