|
libft
|
#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... | |
| size_t ft_strlen | ( | const char * | s | ) |
Replicates behaviour of strlen from libc.
Definition at line 20 of file ft_strlen.c.
1.8.16