From 58df7c903d62772c06ac5c8b1cc94d2f588953d1 Mon Sep 17 00:00:00 2001 From: Astrid Smith Date: Mon, 31 Oct 2011 00:26:51 -0700 Subject: License clarification --- debug.c | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'debug.c') diff --git a/debug.c b/debug.c index b98e4f6..ae760a9 100644 --- a/debug.c +++ b/debug.c @@ -6,9 +6,16 @@ * GPL */ -#include +//#include + +short putchar(short c) +{ + return c; +} + void char_draw(char c) { putchar((short)c); } + -- cgit v1.2.3