From 4b178c0feb4c415be36be0e4c0def8c447ed42af Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Fri, 22 Nov 2019 22:17:54 +0100 Subject: Added the most awesome c lib --- src/mlibc/stdio.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/mlibc/stdio.h (limited to 'src/mlibc/stdio.h') diff --git a/src/mlibc/stdio.h b/src/mlibc/stdio.h new file mode 100644 index 0000000..ae377a2 --- /dev/null +++ b/src/mlibc/stdio.h @@ -0,0 +1,10 @@ +#ifndef MELVIX_STDIO_H +#define MELVIX_STDIO_H + +// TODO: Input methods + +void writec(char c); + +void printf(const char *format, ...); + +#endif -- cgit v1.2.3