From 03035c98b4ba3297b837e96080e78e0aac1e86db Mon Sep 17 00:00:00 2001 From: Aleksa Vučković Date: Mon, 31 Jan 2022 11:16:38 +0100 Subject: Promene --- include/10.libc/source/stdio.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 include/10.libc/source/stdio.h (limited to 'include/10.libc/source/stdio.h') diff --git a/include/10.libc/source/stdio.h b/include/10.libc/source/stdio.h new file mode 100644 index 0000000..dbf901a --- /dev/null +++ b/include/10.libc/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