1
1
mirror of https://github.com/jarun/nnn.git synced 2024-09-20 01:08:27 +03:00
nnn/util.h

3 lines
61 B
C
Raw Normal View History

2014-10-21 14:08:57 +04:00
#undef strlcpy
size_t strlcpy(char *, const char *, size_t);