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

Go to the source code of this file.

Functions

char * ft_strcat (char *s1, const char *s2)
 Replicates behaviour of strcat from libc. More...
 

Function Documentation

◆ ft_strcat()

char* ft_strcat ( char *  s1,
const char *  s2 
)

Replicates behaviour of strcat from libc.

Definition at line 20 of file ft_strcat.c.