![]() |
tgrekov-push_swap
HIVE push_swap July 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.
| [in,out] | arr | Array to free |
| void** | Always 0. Used for convenience |
Definition at line 29 of file arr_free.c.