2015-11-20 14:36:40 +00:00
|
|
|
/* See LICENSE file for copyright and license details. */
|
2014-11-14 09:59:19 +00:00
|
|
|
#undef strlcat
|
|
|
|
size_t strlcat(char *, const char *, size_t);
|
2014-10-21 10:08:57 +00:00
|
|
|
#undef strlcpy
|
|
|
|
size_t strlcpy(char *, const char *, size_t);
|