N
AME
free_array
- free one reference to a array
S
YNTAX
#include "array.h"
void free_array(struct array *a)
D
ESCRIPTION
This function frees one reference to the array a. If the reference is the last reference to the array, it will free the memory used by the array a.
N
OTA
B
ENE
free_array is a macro
K
EYWORDS
array