mirror of
https://github.com/Genymobile/scrcpy.git
synced 2026-04-21 01:33:36 +00:00
Merge branch 'master' into dev
This commit is contained in:
commit
f062dfd30b
16 changed files with 1492 additions and 436 deletions
|
|
@ -16,7 +16,7 @@ size_t
|
|||
xstrncpy(char *dest, const char *src, size_t n);
|
||||
|
||||
// join tokens by sep into dst
|
||||
// returns the number of chars actually written (max n-1) if no trucation
|
||||
// returns the number of chars actually written (max n-1) if no truncation
|
||||
// occurred, or n if truncated
|
||||
size_t
|
||||
xstrjoin(char *dst, const char *const tokens[], char sep, size_t n);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue