libft
|
#include "libft.h"
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.