stagit/compat.h

7 lines
143 B
C
Raw Normal View History

2015-12-26 12:01:41 +00:00
#ifdef COMPAT
#undef strlcat
size_t strlcat(char *, const char *, size_t);
#undef strlcpy
size_t strlcpy(char *, const char *, size_t);
#endif