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

Go to the source code of this file.

Functions

char * ft_strcpy (char *dst, const char *src)
 Replicates behaviour of strcpy from libc. More...
 

Function Documentation

◆ ft_strcpy()

char* ft_strcpy ( char *  dst,
const char *  src 
)

Replicates behaviour of strcpy from libc.

Definition at line 20 of file ft_strcpy.c.