mirror of
https://github.com/jarun/nnn.git
synced 2024-11-16 08:03:16 +00:00
6 lines
180 B
C
6 lines
180 B
C
/* See LICENSE file for copyright and license details. */
|
|
#undef strlcat
|
|
size_t strlcat(char *, const char *, size_t);
|
|
#undef strlcpy
|
|
size_t strlcpy(char *, const char *, size_t);
|