Synopsis
#include <cross_studio_io.h>
int debug_puts(const char *s);
Description

debug_puts writes the string pointed to by s to the Target I/O Console Window and appends a new-line character to the output. The terminating null character is not written.

debug_puts returns EOF if a write error occurs; otherwise it returns a nonnegative value.

Portability

debug_puts is an extension provided by CrossWorks C.