other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
SND_INFO_GET_STR(9) | Sound Devices | SND_INFO_GET_STR(9) |
NAME¶
snd_info_get_str - parse a string tokenSYNOPSIS¶
const
char * snd_info_get_str(char * dest,
const char * src,
int len);
ARGUMENTS¶
destthe 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.RETURN¶
The updated pointer of the original string so that it can be used for the next call.COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |