/* Debugging routines for 680 project. * * Includes debug output. * * Copyright 2010, Astrid Smith * GPL */ #include void char_draw(char c) { putchar((short)c); }