maxishell
Implementation of a shell for Linux-like systems
Loading...
Searching...
No Matches
ft_strlen.c File Reference
#include <stddef.h>
Include dependency graph for ft_strlen.c:

Go to the source code of this file.

Functions

size_t ft_strlen (const char *s)
 

Function Documentation

◆ ft_strlen()

size_t ft_strlen ( const char *  s)