42sh 1.0.0
Create a shell in C
Loading...
Searching...
No Matches
my_str_islower.c File Reference

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.
 

Detailed Description

The file containing the my_str_islower function.

Author
Nicolas TORO

Function Documentation

◆ my_str_islower()

int my_str_islower ( char const * str)

Checks if a string (str) is lowercase.

Parameters
strThe string to check
Returns
int 1 if the string is lowercase, 0 otherwise
Author
Nicolas TORO