libft
|
#include "libft.h"
Go to the source code of this file.
Functions | |
char * | ft_strcat (char *s1, const char *s2) |
Replicates behaviour of strcat from libc . More... | |
char* ft_strcat | ( | char * | s1, |
const char * | s2 | ||
) |
Replicates behaviour of strcat
from libc
.
Definition at line 20 of file ft_strcat.c.