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