.\" 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 "SND_IPRINTF" "9" "09 October 2005" "" ""
.SH NAME
snd_iprintf \- printf on the procfs buffer
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int snd_iprintf (snd_info_buffer_t * \fIbuffer\fB, char * \fIfmt\fB, \fI\&...\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIbuffer\fB\fR
the procfs buffer
.TP
\fB\fIfmt\fB\fR
the printf format
.TP
\fB\fI\&...\fB\fR
variable arguments
.SH "DESCRIPTION"
.PP
Outputs the string on the procfs buffer just like \fBprintf\fR\&.
.PP
Returns the size of output string.