| 
    A-maze-D documentation 1.0.0
    
   | 
 
The file containing the my_str_islower function. More...
#include "my.h"Functions | |
| int | my_str_islower (char const *str) | 
| Checks if a string (str) is lowercase.   | |
The file containing the my_str_islower function.
| int my_str_islower | ( | char const * | str | ) | 
Checks if a string (str) is lowercase.
| str | The string to check |