.\" This manpage has been automatically generated by docbook2man
.\" from a DocBook document. This tool can be found at:
.\"
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng .
.TH "PUTS_RAW_FIXED" "9" "09 October 2005" "" ""
.SH NAME
puts_raw_fixed \- sn_sal_console_write helper for adding \\r's as required
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void puts_raw_fixed (int (*\fIputs_raw\fB)
const char *s, int len, const char * \fIs\fB, int \fIcount\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIputs_raw\fB\fR
puts function to do the writing
.TP
\fB\fIs\fB\fR
input string
.TP
\fB\fIcount\fB\fR
length
.SH "DESCRIPTION"
.PP
We need a \\r ahead of every \\n for direct writes through
ia64_sn_console_putb (what sal_puts_raw below actually does).