libft
Functions
ft_strlcpy.c File Reference
#include "libft.h"
+ Include dependency graph for ft_strlcpy.c:

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...
 

Function Documentation

◆ ft_strlcpy()

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.