In the function `void *ft_memchr(const void *s, int c, size_t n);` no test are done in the case `size_t n` is 0. I'll make a pull request soon enough.
In the function
void *ft_memchr(const void *s, int c, size_t n);no test are done in the case
size_t nis 0.I'll make a pull request soon enough.