.\" 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_STR" "9" "09 October 2005" "" "" .SH NAME snd_info_get_str \- parse a string token .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp char * snd_info_get_str (char * \fIdest\fB, char * \fIsrc\fB, int \fIlen\fB); \fR .SH "ARGUMENTS" .TP \fB\fIdest\fB\fR the buffer to store the string token .TP \fB\fIsrc\fB\fR the original string .TP \fB\fIlen\fB\fR the max. length of token - 1 .SH "DESCRIPTION" .PP Parses the original string and copy a token to the given string buffer. .PP Returns the updated pointer of the original string so that it can be used for the next call.