42sh 1.0.0
Create a shell in C
|
The file containing the my_strncmp function. More...
#include "my.h"
Functions | |
int | my_strncmp (char const *s1, char const *s2, int n) |
Compares two strings (s1) and (s2) with a defined size (n) | |
The file containing the my_strncmp function.
int my_strncmp | ( | char const * | s1, |
char const * | s2, | ||
int | n ) |
Compares two strings (s1) and (s2) with a defined size (n)
s1 | The first string to compare |
s2 | The second string to compare |
n | The size of the strings to compare |