libft
Functions
ft_strncmp.c File Reference
#include "libft.h"
+ Include dependency graph for ft_strncmp.c:

Go to the source code of this file.

Functions

int ft_strncmp (const char *s1, const char *s2, size_t n)
 Replicates behaviour of strncmp from libc. More...
 

Function Documentation

◆ ft_strncmp()

int ft_strncmp ( const char *  s1,
const char *  s2,
size_t  n 
)

Replicates behaviour of strncmp from libc.

Definition at line 20 of file ft_strncmp.c.