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

Functions

int ft_memcmp (const void *src, const void *set, size_t size)
 Compares the first size bytes of the memory areas src and set.