libft
Loading...
Searching...
No Matches
ft_strlen.c File Reference
#include "libft.h"

Go to the source code of this file.

Functions

size_t ft_strlen (const char *s)
 Length of the string.
 

Function Documentation

◆ ft_strlen()

size_t ft_strlen ( const char *  s)

Length of the string.

Parameters
sString
Returns
size_t Length of the string

Definition at line 15 of file ft_strlen.c.