Synopsis
#include <cross_studio_io.h> int debug_puts(const char *s);
Description
debug_puts writes the string pointed to by s to the Debug I/O Terminal and appends a new-line character to the output. The terminating null character is not written.
debug_puts returns -1 if a write error occurs; otherwise it returns a nonnegative value.
Portability
debug_puts is an extension provided by CrossWorks C.