telnetd/libtelnet/strlcpy.h

4 lines
79 B
C
Raw Permalink Normal View History

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