Synopsis
int debug_fputs(const char *s,
                DEBUG_FILE *stream);
Description

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

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