mirror of
https://github.com/guezoloic/libft.git
synced 2026-01-25 07:34:16 +00:00
7 lines
91 B
C
7 lines
91 B
C
#include "libft.h"
|
|
|
|
// int ft_strncmp(const char *s1, const char *s2, size_t n)
|
|
// {
|
|
|
|
// }
|