stagit/compat.h

7 lines
186 B
C
Raw Permalink Normal View History

2023-06-15 16:50:38 -07:00
#undef strlcat
size_t strlcat(char *, const char *, size_t);
#undef strlcpy
size_t strlcpy(char *, const char *, size_t);
#undef reallocarray
void *reallocarray(void *, size_t, size_t);