libft
|
#include "libft.h"
Go to the source code of this file.
Functions | |
size_t | ft_strlcpy (char *dst, const char *src, size_t maxlen) |
Replicates behaviour of strlcpy from libc . More... | |
size_t ft_strlcpy | ( | char * | dst, |
const char * | src, | ||
size_t | maxlen | ||
) |
Replicates behaviour of strlcpy
from libc
.
Definition at line 20 of file ft_strlcpy.c.