stagit/compat.h
Hiltjo Posthuma 597e3cdbed add compat.h
2015-12-26 13:01:41 +01:00

7 lines
143 B
C

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