1. NAME

snd_info_get_str - parse a string token

2. SYNOPSIS

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

3. ARGUMENTS

dest
    the buffer to store the string token

src
    the original string

len
    the max. length of token - 1

4. DESCRIPTION

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

5. RETURN

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

6. COPYRIGHT