mirror of
https://github.com/jarun/nnn.git
synced 2024-11-16 08:03:16 +00:00
7 lines
143 B
C
7 lines
143 B
C
#include <stdarg.h>
|
|
|
|
#undef strlcat
|
|
size_t strlcat(char *, const char *, size_t);
|
|
#undef strlcpy
|
|
size_t strlcpy(char *, const char *, size_t);
|