From 1a2e1fff7ce4b8fd8db46549d81e71e76b842da3 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Fri, 30 Aug 2024 18:56:49 +0300 Subject: add some basic benchmarks --- tests/common/printf.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 tests/common/printf.h (limited to 'tests/common/printf.h') diff --git a/tests/common/printf.h b/tests/common/printf.h new file mode 100644 index 0000000..b6e50e5 --- /dev/null +++ b/tests/common/printf.h @@ -0,0 +1,8 @@ +#ifndef KMI_PRINTF_H +#define KMI_PRINTF_H + +#include + +int printf(const char *fmt, ...) __printf; + +#endif /* KMI_PRINTF_H */ -- cgit v1.3