telnetd/libtelnet/strlcpy.h

4 lines
79 B
C

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