diff options
| author | Astrid Smith | 2011-10-31 00:26:51 -0700 |
|---|---|---|
| committer | Astrid Smith | 2011-10-31 00:26:51 -0700 |
| commit | 58df7c903d62772c06ac5c8b1cc94d2f588953d1 (patch) | |
| tree | 64d9b1db1157fd5f93ad5de1f4a62251f5f591f0 /debug.c | |
| parent | 555a832a8d8a26e81343ea059cbd39047134d864 (diff) | |
License clarification
Diffstat (limited to 'debug.c')
| -rw-r--r-- | debug.c | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -6,9 +6,16 @@ * GPL */ -#include <stdio.h> +//#include <stdio.h> + +short putchar(short c) +{ + return c; +} + void char_draw(char c) { putchar((short)c); } + |
