1 2 3 4 5 6 7 8
#ifndef KMI_PRINTF_H #define KMI_PRINTF_H #include <kmi/attrs.h> int printf(const char *fmt, ...) __printf; #endif /* KMI_PRINTF_H */