Libft
Custom implementation of core libc functions with additional utility helpers.
Loading...
Searching...
No Matches
Functions
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.
src
mem
ft_memmove.c
Generated by
1.9.8