1
1
mirror of https://github.com/jarun/nnn.git synced 2024-09-22 10:28:28 +03:00
nnn/util.h
2015-11-20 14:36:40 +00:00

6 lines
180 B
C

/* See LICENSE file for copyright and license details. */
#undef strlcat
size_t strlcat(char *, const char *, size_t);
#undef strlcpy
size_t strlcpy(char *, const char *, size_t);