|
libft
|
#include "libft.h"
Include dependency graph for ft_memcmp.c:Go to the source code of this file.
Functions | |
| int | ft_memcmp (const void *s1, const void *s2, size_t n) |
Replicates behaviour of memcmp from libc. More... | |
| int ft_memcmp | ( | const void * | s1, |
| const void * | s2, | ||
| size_t | n | ||
| ) |
Replicates behaviour of memcmp from libc.
Definition at line 20 of file ft_memcmp.c.
1.8.16