mirror of
git://git.codemadness.org/stagit
synced 2025-03-06 22:59:11 -05:00
7 lines
186 B
C
7 lines
186 B
C
#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);
|