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

Go to the source code of this file.

Functions

size_t ft_strlcat (char *dst, const char *src, size_t dstsize)
 Replicates behaviour of strlcat from libc. More...
 

Function Documentation

◆ ft_strlcat()

size_t ft_strlcat ( char *  dst,
const char *  src,
size_t  dstsize 
)

Replicates behaviour of strlcat from libc.

Definition at line 20 of file ft_strlcat.c.