summaryrefslogtreecommitdiff
path: root/compat.h
blob: 0947de62a4defa146048684794247b187c089901 (plain)
1
2
3
4
5
6
#ifdef COMPAT
#undef strlcat
size_t strlcat(char *, const char *, size_t);
#undef strlcpy
size_t strlcpy(char *, const char *, size_t);
#endif