Synopsis
#include <cross_studio_io.h>
int debug_fputc(int c, DEBUG_FILE *stream);
Description

debug_fputc writes the character c to the stream stream.

debug_fputc returns the character written. If a write error occurs, debug_fputc returns EOF.

Portability

debug_fputc is an extension provided by CrossWorks C.