diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2024-08-30 18:56:49 +0300 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2024-08-30 18:56:49 +0300 |
| commit | 1a2e1fff7ce4b8fd8db46549d81e71e76b842da3 (patch) | |
| tree | e33fa259bf9de49e589dd1e75a95dcd09ad3bc97 /tests/common/printf.c | |
| parent | ec30538a81c0e900797f4d88c1ee059afa7d9617 (diff) | |
| download | kmi-1a2e1fff7ce4b8fd8db46549d81e71e76b842da3.tar.gz kmi-1a2e1fff7ce4b8fd8db46549d81e71e76b842da3.zip | |
add some basic benchmarks
Diffstat (limited to 'tests/common/printf.c')
| -rw-r--r-- | tests/common/printf.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/common/printf.c b/tests/common/printf.c index 0ad084b..7e7451a 100644 --- a/tests/common/printf.c +++ b/tests/common/printf.c @@ -1,5 +1,8 @@ #include <stdarg.h> -#include "test.h" +#include <kmi/types.h> + +#include "printf.h" +#include "sys.h" /* Directly copied from src/debug.c, which was copied from * https://github.com/mpaland/printf/blob/master/printf.c |
