From ed84017353c6fc9421b223ff6ec62f8d881d8098 Mon Sep 17 00:00:00 2001 From: Aleksa Vučković Date: Mon, 17 Jan 2022 22:00:14 +0100 Subject: Fixing $(WARNING)s & explicitly declaring function prototypes --- src/include/source/stdio.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/include/source/stdio.h (limited to 'src/include/source/stdio.h') diff --git a/src/include/source/stdio.h b/src/include/source/stdio.h new file mode 100644 index 0000000..dbf901a --- /dev/null +++ b/src/include/source/stdio.h @@ -0,0 +1,6 @@ +#ifndef SOURCE_STDIO_H +#define SOURCE_STDIO_H + +void printf(const char *str, ...); + +#endif -- cgit v1.2.3