|
libft
|
#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... | |
| char* ft_strcat | ( | char * | s1, |
| const char * | s2 | ||
| ) |
Replicates behaviour of strcat from libc.
Definition at line 20 of file ft_strcat.c.
1.8.16