From e9683297bf480f9590b0e5796f4520fb430e2e03 Mon Sep 17 00:00:00 2001 From: Alex AUVOLAT Date: Tue, 1 May 2012 17:42:36 +0200 Subject: Now using Doug Lea's malloc for userland too. And improved stability. --- src/user/lib/include/stdio.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/user/lib/include/stdio.h (limited to 'src/user/lib/include/stdio.h') diff --git a/src/user/lib/include/stdio.h b/src/user/lib/include/stdio.h new file mode 100644 index 0000000..e3f9d89 --- /dev/null +++ b/src/user/lib/include/stdio.h @@ -0,0 +1,7 @@ +#ifndef DEF_STDIO_H +#define DEF_STDIO_H + +void printk_int(int number); +void printk_hex(unsigned number); + +#endif -- cgit v1.2.3