add ft_memchr function

This commit is contained in:
2025-10-11 21:55:46 +02:00
parent c25260933d
commit 8a5f4636ff
3 changed files with 37 additions and 2 deletions

6
ft_strncmp.c Normal file
View File

@@ -0,0 +1,6 @@
#include "libft.h"
// int ft_strncmp(const char *s1, const char *s2, size_t n)
// {
// }