| 
    A-maze-D documentation 1.0.0
    
   | 
 
The file containing the my_strlen function. More...
#include "my.h"Functions | |
| int | my_strlen (char const *str) | 
| Returns the length of a string (str)   | |
The file containing the my_strlen function.
| int my_strlen | ( | char const * | str | ) | 
Returns the length of a string (str)
| str | The string to check |