Synopsis
#include <cross_studio_io.h> int debug_putchar(int c);
Description
debug_putchar writes the character c to the Debug I/O Terminal.
debug_putchar returns the character written. If a write error occurs, putchar returns -1.
Portability
debug_printf is an extension provided by CrossWorks C.