Libft
 
Loading...
Searching...
No Matches
ft_memmove.c File Reference
#include <stddef.h>
Include dependency graph for ft_memmove.c:

Functions

void * ft_memmove (void *destination, const void *source, size_t size)
 Moves the memory blocks avoiding overlapping, until size blocks.