From 20dd72e40dc2728d3c5335d860e4b8ab8da14fcc Mon Sep 17 00:00:00 2001 From: Aleksa Vučković Date: Mon, 25 Oct 2021 00:36:33 +0200 Subject: Changing build system to recursive make --- src/include/stdio.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/include/stdio.h (limited to 'src/include/stdio.h') diff --git a/src/include/stdio.h b/src/include/stdio.h new file mode 100644 index 0000000..2d0aa8a --- /dev/null +++ b/src/include/stdio.h @@ -0,0 +1,6 @@ +#ifndef STDIO_H +#define STDIO_H + +void printf(char *str, ...); + +#endif -- cgit v1.2.3