aboutsummaryrefslogtreecommitdiff
path: root/util.h
blob: c4d1904bebe93439ad71aa7c051c9866be55db91 (plain)
1
2
3
4
5
/* 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);