|
libft
|
#include "libft.h"Go to the source code of this file.
Functions | |
| int | ft_memcmp (const void *s1, const void *s2, size_t n) |
| Memory compare. | |
| int ft_memcmp | ( | const void * | s1, |
| const void * | s2, | ||
| size_t | n | ||
| ) |
Memory compare.
Compares n number of bytes from two addresses s1 and s1.
| s1 | First address |
| s2 | Second address |
| n | Number of bytes |
Definition at line 15 of file ft_memcmp.c.