feat: add atoi function

This commit is contained in:
2025-10-11 22:39:55 +02:00
parent 327d115d41
commit e3b830202f
3 changed files with 42 additions and 1 deletions

10
ft_memcmp.c Normal file
View 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 ()
// }