aboutsummaryrefslogtreecommitdiff
path: root/tests/common/printf.h
blob: e1b3b4306711f44547ce1dedc8b759d87136b265 (plain) (blame)
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 */