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

Go to the source code of this file.

Functions

void * ft_memcpy (void *dst, const void *src, size_t n)
 Replicates behaviour of memcpy from libc. More...
 

Function Documentation

◆ ft_memcpy()

void* ft_memcpy ( void *  dst,
const void *  src,
size_t  n 
)

Replicates behaviour of memcpy from libc.

Definition at line 20 of file ft_memcpy.c.