.\" 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_INFO_GET_LINE" "" "06 October 2005" "" ""
.SH NAME
snd_info_get_line \- read one line from the procfs buffer
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int snd_info_get_line (snd_info_buffer_t * \fIbuffer\fB, char * \fIline\fB, int \fIlen\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIbuffer\fB\fR
the procfs buffer
.TP
\fB\fIline\fB\fR
the buffer to store
.TP
\fB\fIlen\fB\fR
the max. buffer size - 1
.SH "DESCRIPTION"
.PP
Reads one line from the buffer and stores the string.
.PP
Returns zero if successful, or 1 if error or EOF.