tgrekov-libft
HIVE libft Oct 2023
|
Definition in file ft_strlen.c.
#include "libft.h"
Go to the source code of this file.
Functions | |
size_t | ft_strlen (const char *str) |
Get length of str . | |
size_t ft_strlen | ( | const char * | str | ) |
Get length of str
.
[in] | str | String to get the length of |
size_t | Length of string starting at pointer str |
Definition at line 28 of file ft_strlen.c.