nnn/util.h

3 lines
61 B
C
Raw Normal View History

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