nnn/util.h

6 lines
180 B
C
Raw Normal View History

2015-11-20 14:36:40 +00:00
/* See LICENSE file for copyright and license details. */
#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);