Synopsis
#include <cross_studio_io.h>
int debug_putchar(int c);
Description

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.

Portability

debug_printf is an extension provided by CrossWorks C.