|
Libft
42 Libft library documentation
|
#include <stdlib.h>
Include dependency graph for ft_strlen.c:Go to the source code of this file.
Functions | |
| size_t | ft_strlen (const char *str) |
| Returns the length of a null-terminated string. | |
| size_t ft_strlen | ( | const char * | str | ) |
Returns the length of a null-terminated string.
| str | Input string. |
Definition at line 21 of file ft_strlen.c.
Referenced by ft_putstr_fd(), ft_strdup(), ft_strjoin(), ft_strlcat(), ft_strlcpy(), ft_strmapi(), ft_strrchr(), ft_strtrim(), and ft_substr().
Here is the caller graph for this function: