mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Sync with upstream.
This commit is contained in:
2
src/extern/strlcat.c
vendored
2
src/extern/strlcat.c
vendored
@@ -24,7 +24,7 @@
|
|||||||
* full size of dst, not space left). At most dsize-1 characters
|
* full size of dst, not space left). At most dsize-1 characters
|
||||||
* will be copied. Always NUL terminates (unless dsize <= strlen(dst)).
|
* will be copied. Always NUL terminates (unless dsize <= strlen(dst)).
|
||||||
* Returns strlen(src) + MIN(dsize, strlen(initial dst)).
|
* Returns strlen(src) + MIN(dsize, strlen(initial dst)).
|
||||||
* If retval >= siz, truncation occurred.
|
* If retval >= dsize, truncation occurred.
|
||||||
*/
|
*/
|
||||||
size_t
|
size_t
|
||||||
rgbds_strlcat(char *dst, const char *src, size_t dsize)
|
rgbds_strlcat(char *dst, const char *src, size_t dsize)
|
||||||
|
|||||||
Reference in New Issue
Block a user