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

The file containing the my_str_isalpha function. More...

#include "my.h"

Functions

int my_str_isalpha (char const *str)
 Checks if a string (str) is alphabetical.
 

Detailed Description

The file containing the my_str_isalpha function.

Author
Nicolas TORO

Function Documentation

◆ my_str_isalpha()

int my_str_isalpha ( char const * str)

Checks if a string (str) is alphabetical.

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