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

/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* arr_free.c :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: tgrekov <tgrekov@student.hive.fi> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/04/22 07:52:00 by tgrekov #+# #+# */
/* Updated: 2024/05/06 14:03:44 by tgrekov ### ########.fr */
/* */
/* ************************************************************************** */

Definition in file arr_free.c.

#include <stdlib.h>
Include dependency graph for arr_free.c:

Go to the source code of this file.

Functions

void ** arr_free (void **arr)
 Free each element in a null-terminated array, and then the array itself.
 

Function Documentation

◆ arr_free()

void ** arr_free ( void **  arr)

Free each element in a null-terminated array, and then the array itself.

Parameters
arrArray to free
Return values
void**Always 0. Used for convenience

Definition at line 29 of file arr_free.c.

Here is the caller graph for this function: