mirror of
https://github.com/sheumann/telnetd.git
synced 2024-11-22 01:31:54 +00:00
4 lines
79 B
C
4 lines
79 B
C
#include <stddef.h>
|
|
|
|
size_t strlcpy(char *dst, const char *src, size_t dsize);
|