tgrekov-pipex
HIVE pipex May 2024
|
Definition in file arr_free.c.
#include <stdlib.h>
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. | |
void ** arr_free | ( | void ** | arr | ) |
Free each element in a null-terminated array, and then the array itself.
arr | Array to free |
void** | Always 0 . Used for convenience |
Definition at line 29 of file arr_free.c.