mirror of
https://github.com/sheumann/telnetd.git
synced 2024-11-26 12:49:21 +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);
|