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

Go to the source code of this file.

Functions

char * ft_strncat (char *s1, const char *s2, size_t n)
 Replicates behaviour of strncat from libc. More...
 

Function Documentation

◆ ft_strncat()

char* ft_strncat ( char *  s1,
const char *  s2,
size_t  n 
)

Replicates behaviour of strncat from libc.

Definition at line 20 of file ft_strncat.c.