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

Go to the source code of this file.

Functions

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

Function Documentation

◆ ft_memmove()

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

Replicates behaviour of memmove from libc.

Definition at line 20 of file ft_memmove.c.