42sh 1.0.0
Create a shell in C
|
The file containing the my_str_isupper function. More...
#include "my.h"
Functions | |
int | my_str_isupper (char const *str) |
Checks if a string (str) is uppercase. | |
The file containing the my_str_isupper function.
int my_str_isupper | ( | char const * | str | ) |
Checks if a string (str) is uppercase.
str | The string to check |