nnn/util.h
2014-10-21 11:08:57 +01:00

3 lines
61 B
C

#undef strlcpy
size_t strlcpy(char *, const char *, size_t);