#include <__cross_studio_io.h>
int debug_putchar(int c) ;
debug_putchar writes the character c to the Target I/O Console Window.
debug_putchar returns the character written. If a write error occurs, putchar returns EOF.
debug_printf is an extension provided by CrossWorks C.