|
Libft
42 Libft library documentation
|
#include <stdlib.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) |
| Compares two strings up to a maximum number of characters. | |
| int ft_strncmp | ( | const char * | s1, |
| const char * | s2, | ||
| size_t | n | ||
| ) |
Compares two strings up to a maximum number of characters.
| s1 | First string. |
| s2 | Second string. |
| n | Maximum number of characters to compare. |
Definition at line 23 of file ft_strncmp.c.