aboutsummaryrefslogtreecommitdiffstats
path: root/util.h
blob: 89110e51c45f3c04e612b2d21d850f48778a2b40 (plain) (blame)
1
2
3
4
5
6
#include <stdarg.h>

#undef strlcat
size_t strlcat(char *, const char *, size_t);
#undef strlcpy
size_t strlcpy(char *, const char *, size_t);