mirror of
https://github.com/guezoloic/libft.git
synced 2026-03-28 18:03:46 +00:00
add ft_memchr function
This commit is contained in:
6
ft_strncmp.c
Normal file
6
ft_strncmp.c
Normal file
@@ -0,0 +1,6 @@
|
||||
#include "libft.h"
|
||||
|
||||
// int ft_strncmp(const char *s1, const char *s2, size_t n)
|
||||
// {
|
||||
|
||||
// }
|
||||
Reference in New Issue
Block a user