Home
last modified time | relevance | path

Searched defs:printf (Results 1 – 1 of 1) sorted by relevance

/kernel/lib/libc/include/
A Dstdio.h24 #define printf(x...) _printf(x) macro
27 static inline int __PRINTFLIKE(1, 2) printf(const char *fmt, ...) { return 0; } in printf() function

Completed in 10 milliseconds