telnetd/libtelnet/strlcpy.h
2015-05-31 20:23:06 -05:00

4 lines
79 B
C

#include <stddef.h>
size_t strlcpy(char *dst, const char *src, size_t dsize);