tgrekov-libft
HIVE libft Oct 2023
Loading...
Searching...
No Matches
ft_strlen.c File Reference

/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_strlen.c :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: tgrekov <tgrekov@student.hive.fi> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2023/10/23 13:37:27 by tgrekov #+# #+# */
/* Updated: 2023/11/09 20:06:03 by tgrekov ### ########.fr */
/* */
/* ************************************************************************** */

Definition in file ft_strlen.c.

#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 *str)
 Get length of str.
 

Function Documentation

◆ ft_strlen()

size_t ft_strlen ( const char *  str)

Get length of str.

Parameters
[in]strString to get the length of
Return values
size_tLength of string starting at pointer str

Definition at line 28 of file ft_strlen.c.

Here is the caller graph for this function: