Libft
Custom implementation of core libc functions with additional utility helpers.
Loading...
Searching...
No Matches
ft_memmove.c File Reference
#include <string.h>
Include dependency graph for ft_memmove.c:

Functions

void * ft_memmove (void *dst, const void *src, size_t len)
 Copies n bytes from src to dst, handling overlapping memory.