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

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)
 

Detailed Description

The file containing the my_strlen function.

Author
Nicolas TORO

Function Documentation

◆ my_strlen()

int my_strlen ( char const * str)

Returns the length of a string (str)

Parameters
strThe string to check
Returns
int The length of the string
Author
Nicolas TORO