42sh 1.0.0
Create a shell in C
Loading...
Searching...
No Matches
my_array_len.c File Reference

The file containing the my_array_len function. More...

#include "my.h"

Functions

int my_array_len (void **array)
 Returns the length of an array (array)
 

Detailed Description

The file containing the my_array_len function.

Author
Nicolas TORO

Function Documentation

◆ my_array_len()

int my_array_len ( void ** array)

Returns the length of an array (array)

Parameters
arrayThe array to check
Returns
int The length of the array
Author
Nicolas TORO