SND_INFO_GET_STR

Section: (9)
Updated: 09 October 2005
Index Return to Main Contents

 

NAME

snd_info_get_str - parse a string token  

SYNOPSIS

"SYNOPSIS"

char * snd_info_get_str (char * dest, char * src, int len);  

ARGUMENTS

dest
the buffer to store the string token
src
the original string
len
the max. length of token - 1
 

DESCRIPTION

Parses the original string and copy a token to the given string buffer.

Returns the updated pointer of the original string so that it can be used for the next call.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 00:02:50 GMT, October 09, 2005