tgrekov-pipex
HIVE pipex May 2024
Loading...
Searching...
No Matches
arr_len.c File Reference

/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* arr_len.c :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: tgrekov <tgrekov@student.hive.fi> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/04/22 06:40:00 by tgrekov #+# #+# */
/* Updated: 2024/05/02 10:27:56 by tgrekov ### ########.fr */
/* */
/* ************************************************************************** */

Definition in file arr_len.c.

Go to the source code of this file.

Functions

int arr_len (void **arr)
 Count number of elements in a null-terminated array.
 

Function Documentation

◆ arr_len()

int arr_len ( void **  arr)

Count number of elements in a null-terminated array.

Parameters
arrArray to count
Return values
intLength of arr

Definition at line 26 of file arr_len.c.

Here is the caller graph for this function: