From 43be150dc6e84f6f6eeb071cd3cdb7fc21125d60 Mon Sep 17 00:00:00 2001 From: Nao Pross Date: Tue, 30 Oct 2018 11:41:24 +0100 Subject: Move sw to sw-old and hw to hw-altium, add kicad files --- sw-old/z80/libc/include/stdio.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 sw-old/z80/libc/include/stdio.h (limited to 'sw-old/z80/libc/include/stdio.h') diff --git a/sw-old/z80/libc/include/stdio.h b/sw-old/z80/libc/include/stdio.h new file mode 100644 index 0000000..b31cdfd --- /dev/null +++ b/sw-old/z80/libc/include/stdio.h @@ -0,0 +1,11 @@ +#ifndef __STDIO_H__ +#define __STDIO_H__ + +#include "types.h" + +extern uint8_t *stdout, stderr; + +void putc(char ch, uint8_t *buffer); +int printf(const char *fmt, ...); + +#endif -- cgit v1.2.1