mirror of
https://github.com/guezoloic/libft.git
synced 2026-01-25 09:34:16 +00:00
11 lines
186 B
C
11 lines
186 B
C
#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 ()
|
|
// }
|