mirror of
https://github.com/guezoloic/libft.git
synced 2026-01-25 03:34:16 +00:00
feat: add atoi function
This commit is contained in:
10
ft_memcmp.c
Normal file
10
ft_memcmp.c
Normal file
@@ -0,0 +1,10 @@
|
||||
#include "libft.h"
|
||||
|
||||
// int ft_memcmp(const void *s1, const void *s2, size_t n)
|
||||
// {
|
||||
// const unsigned char *s1_ptr;
|
||||
// const unsigned char *s2_ptr;
|
||||
// size_t i;
|
||||
|
||||
// while ()
|
||||
// }
|
||||
Reference in New Issue
Block a user