| 
    A-maze-D documentation 1.0.0
    
   | 
 
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 |