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