Synopsis
#include <cross_studio_io.h>
int debug_fputs(const char *s, DEBUG_FILE *stream);
Description

debug_fputs writes the string pointed to by s to the stream stream and appends a new-line character to the output. The terminating null character is not written.

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

Portability

debug_fputs is an extension provided by CrossWorks C.