From 1395dc42159d52ba36524fabe805897cd20bd01e Mon Sep 17 00:00:00 2001 From: Aleksa Vučković Date: Fri, 15 Oct 2021 22:41:18 +0200 Subject: Adding string.h & printf() --- src/stdio.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/stdio.h (limited to 'src/stdio.h') diff --git a/src/stdio.h b/src/stdio.h new file mode 100644 index 0000000..2d0aa8a --- /dev/null +++ b/src/stdio.h @@ -0,0 +1,6 @@ +#ifndef STDIO_H +#define STDIO_H + +void printf(char *str, ...); + +#endif -- cgit v1.2.3