nnn/util.h

7 lines
143 B
C
Raw Normal View History

#include <stdarg.h>
#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);