libft
Functions
ft_strlen.c File Reference
#include "libft.h"
+ Include dependency graph for ft_strlen.c:

Go to the source code of this file.

Functions

size_t ft_strlen (const char *s)
 Replicates behaviour of strlen from libc. More...
 

Function Documentation

◆ ft_strlen()

size_t ft_strlen ( const char *  s)

Replicates behaviour of strlen from libc.

Definition at line 20 of file ft_strlen.c.