mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
add snd_strlcat() function
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
e51cba0973
commit
8291d2c601
2 changed files with 35 additions and 7 deletions
|
|
@ -267,6 +267,7 @@ int _snd_safe_strtod(const char *str, double *val);
|
|||
int snd_send_fd(int sock, void *data, size_t len, int fd);
|
||||
int snd_receive_fd(int sock, void *data, size_t len, int *fd);
|
||||
size_t snd_strlcpy(char *dst, const char *src, size_t size);
|
||||
size_t snd_strlcat(char *dst, const char *src, size_t size);
|
||||
|
||||
/*
|
||||
* error messages
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue