mirror of
https://github.com/guezoloic/libft.git
synced 2026-01-25 04:34:14 +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